Lavender Dreams Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Lavender Dreams palette
tavolozza dei colori Lavender Dreams CSS
/* CSS */
.color-1 {
color: #e8e9fd;
}
.color-2 {
color: #eec0f2;
}
.color-3 {
color: #f1a5f3;
}
.color-4 {
color: #cc5dee;
}
.color-5 {
color: #9b0cb0;
}
/* CSS Variables */
:root {
--color-1: #e8e9fd;
--color-2: #eec0f2;
--color-3: #f1a5f3;
--color-4: #cc5dee;
--color-5: #9b0cb0;
}
CSS con gradiente di sfondo Lavender Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e9fd, #eec0f2, #f1a5f3, #cc5dee, #9b0cb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e9fd, #eec0f2, #f1a5f3, #cc5dee, #9b0cb0);
}
Tavolozze di colori simili
Lavender Dreams color palette created on .