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

CSS con gradiente di sfondo Celestial Drift

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