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