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