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: #73b9c4;
}
.color-2 {
color: #a6e7e1;
}
.color-3 {
color: #f5e06b;
}
.color-4 {
color: #f4ba8a;
}
.color-5 {
color: #f48a8c;
}

/* CSS Variables */
:root {
--color-1: #73b9c4;
--color-2: #a6e7e1;
--color-3: #f5e06b;
--color-4: #f4ba8a;
--color-5: #f48a8c;
}

Celestial Dawn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #73b9c4, #a6e7e1, #f5e06b, #f4ba8a, #f48a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #73b9c4, #a6e7e1, #f5e06b, #f4ba8a, #f48a8c);
}

Celestial Dawn color palette created on .