Celestial Blues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Blues palette

Condividi questa palette a:

tavolozza dei colori Celestial Blues CSS

/* CSS */
.color-1 {
color: #78c7f2;
}
.color-2 {
color: #4ba3e2;
}
.color-3 {
color: #2b8fc5;
}
.color-4 {
color: #1f6a98;
}
.color-5 {
color: #0e4b77;
}

/* CSS Variables */
:root {
--color-1: #78c7f2;
--color-2: #4ba3e2;
--color-3: #2b8fc5;
--color-4: #1f6a98;
--color-5: #0e4b77;
}

CSS con gradiente di sfondo Celestial Blues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c7f2, #4ba3e2, #2b8fc5, #1f6a98, #0e4b77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c7f2, #4ba3e2, #2b8fc5, #1f6a98, #0e4b77);
}

Celestial Blues color palette created on .