Lara's Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lara's Garden palette
Lara's Garden color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #f5d870;
}
.color-4 {
color: #a2d879;
}
.color-5 {
color: #6bae7f;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e66;
--color-3: #f5d870;
--color-4: #a2d879;
--color-5: #6bae7f;
}
Lara's Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e66, #f5d870, #a2d879, #6bae7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e66, #f5d870, #a2d879, #6bae7f);
}
Similar color palettes
Lara's Garden color palette created on .