Celestial Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Dawn palette

Share this palette to:

Celestial Dawn color palette PNG image

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: #ffb84d;
}
.color-2 {
color: #ffcc80;
}
.color-3 {
color: #ffe0b3;
}
.color-4 {
color: #fff3e0;
}
.color-5 {
color: #ffad42;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ffcc80;
--color-3: #ffe0b3;
--color-4: #fff3e0;
--color-5: #ffad42;
}

Celestial Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ffcc80, #ffe0b3, #fff3e0, #ffad42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ffcc80, #ffe0b3, #fff3e0, #ffad42);
}

Celestial Dawn color palette created on .