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: #1f7c8e;
}
.color-2 {
color: #3bc9c0;
}
.color-3 {
color: #72e4e0;
}
.color-4 {
color: #a5f8c5;
}
.color-5 {
color: #fefa90;
}

/* CSS Variables */
:root {
--color-1: #1f7c8e;
--color-2: #3bc9c0;
--color-3: #72e4e0;
--color-4: #a5f8c5;
--color-5: #fefa90;
}

Celestial Drift background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f7c8e, #3bc9c0, #72e4e0, #a5f8c5, #fefa90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f7c8e, #3bc9c0, #72e4e0, #a5f8c5, #fefa90);
}

Celestial Drift color palette created on .