Blossom Petal Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Petal Serenade palette
Image Gallery
Blossom Petal Serenade color palette CSS
/* CSS */
.color-1 {
color: #f9d7e7;
}
.color-2 {
color: #f5ccdc;
}
.color-3 {
color: #efc2d3;
}
.color-4 {
color: #eab3c6;
}
.color-5 {
color: #e18997;
}
/* CSS Variables */
:root {
--color-1: #f9d7e7;
--color-2: #f5ccdc;
--color-3: #efc2d3;
--color-4: #eab3c6;
--color-5: #e18997;
}
Blossom Petal Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d7e7, #f5ccdc, #efc2d3, #eab3c6, #e18997);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d7e7, #f5ccdc, #efc2d3, #eab3c6, #e18997);
}
Similar color palettes
Blossom Petal Serenade color palette created on .