Blushing Roses Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Roses palette

Share this palette to:

Blushing Roses color palette CSS

/* CSS */
.color-1 {
color: #fdd9c9;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f48a8a;
}
.color-4 {
color: #ef6b61;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #fdd9c9;
--color-2: #f7b2a1;
--color-3: #f48a8a;
--color-4: #ef6b61;
--color-5: #e74d3c;
}

Blushing Roses background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd9c9, #f7b2a1, #f48a8a, #ef6b61, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd9c9, #f7b2a1, #f48a8a, #ef6b61, #e74d3c);
}

Blushing Roses color palette created on .