css gradient generator
/* 5 Best CSS Gradient Generator Links */
https://cssgradient.io/
https://www.colorzilla.com/gradient-editor/
https://www.css-gradient.com/
https://mycolor.space/gradient
https://uigradients.com/#Orca
css gradient generator
/* 5 Best CSS Gradient Generator Links */
https://cssgradient.io/
https://www.colorzilla.com/gradient-editor/
https://www.css-gradient.com/
https://mycolor.space/gradient
https://uigradients.com/#Orca
css gradient generator
/*CSS Gradient Generator*/
https://cssgradient.io/
/*Example*/
.My-Class {
background: linear-gradient(to right, blue/*Color1*/, dodgerblue/*Color1*/);
}
color gradient generator
/* "element" bieng the target class item to style */
.element{
background: rgb(2,0,36) !important;
background: linear-gradient(331deg, rgba(2,0,36,1) 0%, rgba(139,88,94,1) 0%, rgba(53,101,125,1) 14%, rgba(40,127,156,1) 29%, rgba(0,212,255,1) 100%) !important;
padding-bottom: 4%;
}
Gradient Color Code Generator
background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
css gradient generator
background: linear-gradient(Direction (keyword or degrees), color1 10% (10% width), color2 width (it's not neccessary), ...);
css gradient generator
background-image: linear-gradient(45deg, rgba(69,128,191,1) 15%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(69,128,191,1) 85%), linear-gradient(135deg, rgba(0,0,0,0) 32%, rgba(76,0,168,1) 33%, rgba(76,0,168,1) 66%, rgba(0,0,0,0) 67%), linear-gradient(45deg, rgba(0,0,0,0) 32%, rgba(69,128,191,1) 33%, rgba(69,128,191,1) 65%, rgba(0,0,0,0) 66%);
background-size: 20px 20px, 20px 20px, 20px 20px;
background-position: 0px 0px, 0px 0px, 0px 0px;
background-repeat: repeat, repeat, repeat;
background-color: rgba(216,223,32,1);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us