Serenade of Petals Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenade of Petals palette
Serenade of Petals color palette CSS
/* CSS */
.color-1 {
color: #3b8fb0;
}
.color-2 {
color: #5fb3c8;
}
.color-3 {
color: #a2d1e2;
}
.color-4 {
color: #f7c5d5;
}
.color-5 {
color: #f8a0b0;
}
/* CSS Variables */
:root {
--color-1: #3b8fb0;
--color-2: #5fb3c8;
--color-3: #a2d1e2;
--color-4: #f7c5d5;
--color-5: #f8a0b0;
}
Serenade of Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8fb0, #5fb3c8, #a2d1e2, #f7c5d5, #f8a0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8fb0, #5fb3c8, #a2d1e2, #f7c5d5, #f8a0b0);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Serenade of Petals color palette created on .