Serenade of Layla Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenade of Layla palette
Serenade of Layla color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d9dc5;
}
.color-3 {
color: #4a9cd3;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9dc5;
--color-3: #4a9cd3;
--color-4: #a3d55d;
--color-5: #f9c54e;
}
Serenade of Layla background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9dc5, #4a9cd3, #a3d55d, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9dc5, #4a9cd3, #a3d55d, #f9c54e);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Serenade of Layla color palette created on .