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: #1f2942;
}
.color-2 {
color: #4c5c8a;
}
.color-3 {
color: #809ebc;
}
.color-4 {
color: #b0c9e8;
}
.color-5 {
color: #f5f9ff;
}

/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #4c5c8a;
--color-3: #809ebc;
--color-4: #b0c9e8;
--color-5: #f5f9ff;
}

Celestial Drift background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #4c5c8a, #809ebc, #b0c9e8, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #4c5c8a, #809ebc, #b0c9e8, #f5f9ff);
}

Celestial Drift color palette created on .