Blushing Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Sunrise palette

Share this palette to:

Blushing Sunrise color palette CSS

/* CSS */
.color-1 {
color: #fce4ab;
}
.color-2 {
color: #f9cda4;
}
.color-3 {
color: #f69898;
}
.color-4 {
color: #f66a8d;
}
.color-5 {
color: #d67a91;
}

/* CSS Variables */
:root {
--color-1: #fce4ab;
--color-2: #f9cda4;
--color-3: #f69898;
--color-4: #f66a8d;
--color-5: #d67a91;
}

Blushing Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce4ab, #f9cda4, #f69898, #f66a8d, #d67a91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce4ab, #f9cda4, #f69898, #f66a8d, #d67a91);
}

Blushing Sunrise color palette created on .