Celestial Tides Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Tides palette

Condividi questa palette a:

tavolozza dei colori Celestial Tides CSS

/* CSS */
.color-1 {
color: #e5f8ff;
}
.color-2 {
color: #a2dae6;
}
.color-3 {
color: #6fb2c8;
}
.color-4 {
color: #2a7e9d;
}
.color-5 {
color: #004e66;
}

/* CSS Variables */
:root {
--color-1: #e5f8ff;
--color-2: #a2dae6;
--color-3: #6fb2c8;
--color-4: #2a7e9d;
--color-5: #004e66;
}

CSS con gradiente di sfondo Celestial Tides

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f8ff, #a2dae6, #6fb2c8, #2a7e9d, #004e66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f8ff, #a2dae6, #6fb2c8, #2a7e9d, #004e66);
}

Celestial Tides color palette created on .