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: #f1a7ae;
}
.color-2 {
color: #f3c4b4;
}
.color-3 {
color: #f8e1af;
}
.color-4 {
color: #f7d99c;
}
.color-5 {
color: #f9d89f;
}

/* CSS Variables */
:root {
--color-1: #f1a7ae;
--color-2: #f3c4b4;
--color-3: #f8e1af;
--color-4: #f7d99c;
--color-5: #f9d89f;
}

Blushing Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ae, #f3c4b4, #f8e1af, #f7d99c, #f9d89f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ae, #f3c4b4, #f8e1af, #f7d99c, #f9d89f);
}

Blushing Dawn color palette created on .