Blushing Blooms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Blooms palette

Share this palette to:

Blushing Blooms color palette CSS

/* CSS */
.color-1 {
color: #f46e66;
}
.color-2 {
color: #f39886;
}
.color-3 {
color: #f4aaa4;
}
.color-4 {
color: #eab3c9;
}
.color-5 {
color: #e09ab0;
}

/* CSS Variables */
:root {
--color-1: #f46e66;
--color-2: #f39886;
--color-3: #f4aaa4;
--color-4: #eab3c9;
--color-5: #e09ab0;
}

Blushing Blooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f46e66, #f39886, #f4aaa4, #eab3c9, #e09ab0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f46e66, #f39886, #f4aaa4, #eab3c9, #e09ab0);
}

Blushing Blooms color palette created on .