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: #2a4b8d;
}
.color-2 {
color: #5b90ae;
}
.color-3 {
color: #8cb8d4;
}
.color-4 {
color: #b7e3f5;
}
.color-5 {
color: #f3fafc;
}

/* CSS Variables */
:root {
--color-1: #2a4b8d;
--color-2: #5b90ae;
--color-3: #8cb8d4;
--color-4: #b7e3f5;
--color-5: #f3fafc;
}

CSS con gradiente di sfondo Celestial Tides

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4b8d, #5b90ae, #8cb8d4, #b7e3f5, #f3fafc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4b8d, #5b90ae, #8cb8d4, #b7e3f5, #f3fafc);
}

Celestial Tides color palette created on .