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: #f7d9e5;
}
.color-2 {
color: #f1b1c1;
}
.color-3 {
color: #f09e9f;
}
.color-4 {
color: #e76a89;
}
.color-5 {
color: #d75b7a;
}
/* CSS Variables */
:root {
--color-1: #f7d9e5;
--color-2: #f1b1c1;
--color-3: #f09e9f;
--color-4: #e76a89;
--color-5: #d75b7a;
}
Blushing Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d9e5, #f1b1c1, #f09e9f, #e76a89, #d75b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d9e5, #f1b1c1, #f09e9f, #e76a89, #d75b7a);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blushing Blossoms color palette created on .