Celestial Drift Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Drift palette

Share this palette to:

Celestial Drift color palette CSS

/* CSS */
.color-1 {
color: #1e1f24;
}
.color-2 {
color: #4c4e57;
}
.color-3 {
color: #697a8c;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #d2e8f4;
}

/* CSS Variables */
:root {
--color-1: #1e1f24;
--color-2: #4c4e57;
--color-3: #697a8c;
--color-4: #a3c7e0;
--color-5: #d2e8f4;
}

Celestial Drift background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f24, #4c4e57, #697a8c, #a3c7e0, #d2e8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f24, #4c4e57, #697a8c, #a3c7e0, #d2e8f4);
}

Celestial Drift color palette created on .