Blushing Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Dawn palette

Share this palette to:

Blushing Dawn color palette CSS

/* CSS */
.color-1 {
color: #c84c4c;
}
.color-2 {
color: #d57b7b;
}
.color-3 {
color: #e1b2b2;
}
.color-4 {
color: #f3c3c3;
}
.color-5 {
color: #fae0e0;
}

/* CSS Variables */
:root {
--color-1: #c84c4c;
--color-2: #d57b7b;
--color-3: #e1b2b2;
--color-4: #f3c3c3;
--color-5: #fae0e0;
}

Blushing Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c84c4c, #d57b7b, #e1b2b2, #f3c3c3, #fae0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c84c4c, #d57b7b, #e1b2b2, #f3c3c3, #fae0e0);
}

Blushing Dawn color palette created on .