Celestial Drift Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Drift palette

Condividi questa palette a:

tavolozza dei colori Celestial Drift CSS

/* CSS */
.color-1 {
color: #1a203d;
}
.color-2 {
color: #3a2a6f;
}
.color-3 {
color: #4a758c;
}
.color-4 {
color: #6eb2bf;
}
.color-5 {
color: #a4e0e5;
}

/* CSS Variables */
:root {
--color-1: #1a203d;
--color-2: #3a2a6f;
--color-3: #4a758c;
--color-4: #6eb2bf;
--color-5: #a4e0e5;
}

CSS con gradiente di sfondo Celestial Drift

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a203d, #3a2a6f, #4a758c, #6eb2bf, #a4e0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a203d, #3a2a6f, #4a758c, #6eb2bf, #a4e0e5);
}

Celestial Drift color palette created on .