Celestial Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Serenity palette

Condividi questa palette a:

tavolozza dei colori Celestial Serenity CSS

/* CSS */
.color-1 {
color: #70c5f0;
}
.color-2 {
color: #4cb7e1;
}
.color-3 {
color: #3a9dcf;
}
.color-4 {
color: #2f86b1;
}
.color-5 {
color: #2b739c;
}

/* CSS Variables */
:root {
--color-1: #70c5f0;
--color-2: #4cb7e1;
--color-3: #3a9dcf;
--color-4: #2f86b1;
--color-5: #2b739c;
}

CSS con gradiente di sfondo Celestial Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #70c5f0, #4cb7e1, #3a9dcf, #2f86b1, #2b739c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #70c5f0, #4cb7e1, #3a9dcf, #2f86b1, #2b739c);
}

Celestial Serenity color palette created on .