Blushing Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Harmony palette
Blushing Harmony color palette CSS
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f3afc7;
}
.color-3 {
color: #ef9fd6;
}
.color-4 {
color: #d68abe;
}
.color-5 {
color: #ca63a6;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f3afc7;
--color-3: #ef9fd6;
--color-4: #d68abe;
--color-5: #ca63a6;
}
Blushing Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f3afc7, #ef9fd6, #d68abe, #ca63a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f3afc7, #ef9fd6, #d68abe, #ca63a6);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blushing Harmony color palette created on .