Blushing Dawn Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Dawn Hues palette

Share this palette to:

Blushing Dawn Hues color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fffafa;
}
.color-3 {
color: #fff6f5;
}
.color-4 {
color: #ffeae5;
}
.color-5 {
color: #ffccc2;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fffafa;
--color-3: #fff6f5;
--color-4: #ffeae5;
--color-5: #ffccc2;
}

Blushing Dawn Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fffafa, #fff6f5, #ffeae5, #ffccc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fffafa, #fff6f5, #ffeae5, #ffccc2);
}

Blushing Dawn Hues color palette created on .