Lavender Cake Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lavender Cake palette
Lavender Cake color palette CSS
/* CSS */
.color-1 {
color: #e7cff7;
}
.color-2 {
color: #d6b7e6;
}
.color-3 {
color: #c19edc;
}
.color-4 {
color: #f1e2cb;
}
.color-5 {
color: #f7c7ab;
}
/* CSS Variables */
:root {
--color-1: #e7cff7;
--color-2: #d6b7e6;
--color-3: #c19edc;
--color-4: #f1e2cb;
--color-5: #f7c7ab;
}
Lavender Cake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7cff7, #d6b7e6, #c19edc, #f1e2cb, #f7c7ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7cff7, #d6b7e6, #c19edc, #f1e2cb, #f7c7ab);
}
Similar color palettes
Lavender Cake color palette created on .