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: #1d3f72;
}
.color-2 {
color: #3a6092;
}
.color-3 {
color: #587ebb;
}
.color-4 {
color: #8cb6e3;
}
.color-5 {
color: #a1d6e8;
}

/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #3a6092;
--color-3: #587ebb;
--color-4: #8cb6e3;
--color-5: #a1d6e8;
}

CSS con gradiente di sfondo Celestial Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #3a6092, #587ebb, #8cb6e3, #a1d6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #3a6092, #587ebb, #8cb6e3, #a1d6e8);
}

Celestial Harmony color palette created on .