Shades of Green Blue Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green Blue palette
tavolozza dei colori Shades of Green Blue CSS
/* CSS */
.color-1 {
color: #a4d5a6;
}
.color-2 {
color: #81c8d5;
}
.color-3 {
color: #4eb7ac;
}
.color-4 {
color: #008a7c;
}
.color-5 {
color: #005a5c;
}
/* CSS Variables */
:root {
--color-1: #a4d5a6;
--color-2: #81c8d5;
--color-3: #4eb7ac;
--color-4: #008a7c;
--color-5: #005a5c;
}
CSS con gradiente di sfondo Shades of Green Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d5a6, #81c8d5, #4eb7ac, #008a7c, #005a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d5a6, #81c8d5, #4eb7ac, #008a7c, #005a5c);
}
Tavolozze di colori simili
Shades of Green Blue color palette created on .