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: #4c4c7b;
}
.color-2 {
color: #6a6d9a;
}
.color-3 {
color: #8c90ba;
}
.color-4 {
color: #c1b19a;
}
.color-5 {
color: #e9a96d;
}

/* CSS Variables */
:root {
--color-1: #4c4c7b;
--color-2: #6a6d9a;
--color-3: #8c90ba;
--color-4: #c1b19a;
--color-5: #e9a96d;
}

Celestial Drift background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c4c7b, #6a6d9a, #8c90ba, #c1b19a, #e9a96d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c4c7b, #6a6d9a, #8c90ba, #c1b19a, #e9a96d);
}

Celestial Drift color palette created on .