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: #1e3a76;
}
.color-2 {
color: #4b6caf;
}
.color-3 {
color: #7a9ac7;
}
.color-4 {
color: #a3c2e0;
}
.color-5 {
color: #d2e8f9;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b6caf;
--color-3: #7a9ac7;
--color-4: #a3c2e0;
--color-5: #d2e8f9;
}

Celestial Drift background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b6caf, #7a9ac7, #a3c2e0, #d2e8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b6caf, #7a9ac7, #a3c2e0, #d2e8f9);
}

Celestial Drift color palette created on .