Blushing Petal Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Petal Harmony palette
Blushing Petal Harmony color palette CSS
/* CSS */
.color-1 {
color: #fdeeed;
}
.color-2 {
color: #f2dee1;
}
.color-3 {
color: #ead7d8;
}
.color-4 {
color: #e2cfd4;
}
.color-5 {
color: #cbb3b3;
}
/* CSS Variables */
:root {
--color-1: #fdeeed;
--color-2: #f2dee1;
--color-3: #ead7d8;
--color-4: #e2cfd4;
--color-5: #cbb3b3;
}
Blushing Petal Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdeeed, #f2dee1, #ead7d8, #e2cfd4, #cbb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdeeed, #f2dee1, #ead7d8, #e2cfd4, #cbb3b3);
}
Similar color palettes
Scroll down to explore 5 Pale pink color palettes
Blushing Petal Harmony color palette created on .