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: #f1e4e4;
}
.color-2 {
color: #e5b3c0;
}
.color-3 {
color: #d39cca;
}
.color-4 {
color: #c57c9b;
}
.color-5 {
color: #a86b87;
}
/* CSS Variables */
:root {
--color-1: #f1e4e4;
--color-2: #e5b3c0;
--color-3: #d39cca;
--color-4: #c57c9b;
--color-5: #a86b87;
}
Blushing Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e4e4, #e5b3c0, #d39cca, #c57c9b, #a86b87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e4e4, #e5b3c0, #d39cca, #c57c9b, #a86b87);
}
Similar color palettes
Blushing Petals color palette created on .