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: #f7c5a6;
}
.color-2 {
color: #f7a1a1;
}
.color-3 {
color: #f78d8d;
}
.color-4 {
color: #f7647c;
}
.color-5 {
color: #f63c58;
}
/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f7a1a1;
--color-3: #f78d8d;
--color-4: #f7647c;
--color-5: #f63c58;
}
Blushing Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f7a1a1, #f78d8d, #f7647c, #f63c58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f7a1a1, #f78d8d, #f7647c, #f63c58);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Blushing Blossoms color palette created on .