Blushing Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Blossoms palette
Blushing Blossoms color palette CSS
/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ffdbb8;
}
.color-5 {
color: #ff9c8f;
}
/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #ff6e61;
--color-3: #ffadad;
--color-4: #ffdbb8;
--color-5: #ff9c8f;
}
Blushing Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #ff6e61, #ffadad, #ffdbb8, #ff9c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #ff6e61, #ffadad, #ffdbb8, #ff9c8f);
}
Similar color palettes
Scroll down to explore 1 Floral color palette
Blushing Blossoms color palette created on .