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