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: #f7c5d5;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e17a9c;
}
.color-4 {
color: #d35a82;
}
.color-5 {
color: #c63f67;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f1a7b6;
--color-3: #e17a9c;
--color-4: #d35a82;
--color-5: #c63f67;
}
Blushing Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f1a7b6, #e17a9c, #d35a82, #c63f67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f1a7b6, #e17a9c, #d35a82, #c63f67);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blushing Petals color palette created on .