Shades of Green and Lavender Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green and Lavender palette
tavolozza dei colori Shades of Green and Lavender CSS
/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #d6c1e6;
}
.color-3 {
color: #f6e8d5;
}
.color-4 {
color: #ffb8ba;
}
.color-5 {
color: #ff667d;
}
/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #d6c1e6;
--color-3: #f6e8d5;
--color-4: #ffb8ba;
--color-5: #ff667d;
}
CSS con gradiente di sfondo Shades of Green and Lavender
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #d6c1e6, #f6e8d5, #ffb8ba, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #d6c1e6, #f6e8d5, #ffb8ba, #ff667d);
}
Tavolozze di colori simili
Shades of Green and Lavender color palette created on .