Celestial Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Dawn palette

Share this palette to:

Download Celestial Dawn Color Palette (PNG)

Download celestial dawn color palette PNG image (landscape)
Download celestial dawn color palette PNG image (square)

Celestial Dawn color palette CSS

/* CSS */
.color-1 {
color: #b6cfec;
}
.color-2 {
color: #f2b5e3;
}
.color-3 {
color: #fcd383;
}
.color-4 {
color: #fcc383;
}
.color-5 {
color: #f89b59;
}

/* CSS Variables */
:root {
--color-1: #b6cfec;
--color-2: #f2b5e3;
--color-3: #fcd383;
--color-4: #fcc383;
--color-5: #f89b59;
}

Celestial Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6cfec, #f2b5e3, #fcd383, #fcc383, #f89b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6cfec, #f2b5e3, #fcd383, #fcc383, #f89b59);
}

Celestial Dawn color palette created on .