Blushing Petal Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Petal Serenade palette
Image Gallery
Blushing Petal Serenade color palette CSS
/* CSS */
.color-1 {
color: #f9d7e7;
}
.color-2 {
color: #f6d0df;
}
.color-3 {
color: #f2c5d6;
}
.color-4 {
color: #edbbce;
}
.color-5 {
color: #e9afc3;
}
/* CSS Variables */
:root {
--color-1: #f9d7e7;
--color-2: #f6d0df;
--color-3: #f2c5d6;
--color-4: #edbbce;
--color-5: #e9afc3;
}
Blushing Petal Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d7e7, #f6d0df, #f2c5d6, #edbbce, #e9afc3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d7e7, #f6d0df, #f2c5d6, #edbbce, #e9afc3);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Blushing Petal Serenade color palette created on .