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: #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;
}

CSS con gradiente di sfondo Celestial Drift

/* 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 .