Blushing Petals Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Petals palette
Blushing Petals color palette CSS
/* CSS */
.color-1 {
color: #fce2cf;
}
.color-2 {
color: #f9c5a9;
}
.color-3 {
color: #f69998;
}
.color-4 {
color: #f47689;
}
.color-5 {
color: #f15b97;
}
/* CSS Variables */
:root {
--color-1: #fce2cf;
--color-2: #f9c5a9;
--color-3: #f69998;
--color-4: #f47689;
--color-5: #f15b97;
}
Blushing Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce2cf, #f9c5a9, #f69998, #f47689, #f15b97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce2cf, #f9c5a9, #f69998, #f47689, #f15b97);
}
Similar color palettes
Scroll down to explore 200+ Peach color palettes
Blushing Petals color palette created on .