Whispers of Lilith Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Lilith palette
Whispers of Lilith color palette CSS
/* CSS */
.color-1 {
color: #f3a5c4;
}
.color-2 {
color: #f6c5a7;
}
.color-3 {
color: #f2e5ba;
}
.color-4 {
color: #aadf8b;
}
.color-5 {
color: #79c3a3;
}
/* CSS Variables */
:root {
--color-1: #f3a5c4;
--color-2: #f6c5a7;
--color-3: #f2e5ba;
--color-4: #aadf8b;
--color-5: #79c3a3;
}
Whispers of Lilith background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5c4, #f6c5a7, #f2e5ba, #aadf8b, #79c3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5c4, #f6c5a7, #f2e5ba, #aadf8b, #79c3a3);
}
Similar color palettes
Whispers of Lilith color palette created on .