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