Celestial Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Harmony palette

Condividi questa palette a:

tavolozza dei colori Celestial Harmony CSS

/* CSS */
.color-1 {
color: #3c4f68;
}
.color-2 {
color: #4f759c;
}
.color-3 {
color: #6eb5d8;
}
.color-4 {
color: #a3e1f0;
}
.color-5 {
color: #f5b400;
}

/* CSS Variables */
:root {
--color-1: #3c4f68;
--color-2: #4f759c;
--color-3: #6eb5d8;
--color-4: #a3e1f0;
--color-5: #f5b400;
}

CSS con gradiente di sfondo Celestial Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c4f68, #4f759c, #6eb5d8, #a3e1f0, #f5b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c4f68, #4f759c, #6eb5d8, #a3e1f0, #f5b400);
}

Celestial Harmony color palette created on .