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: #1f5b89;
}
.color-2 {
color: #3db4b8;
}
.color-3 {
color: #a2e2d7;
}
.color-4 {
color: #f4c4a4;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1f5b89;
--color-2: #3db4b8;
--color-3: #a2e2d7;
--color-4: #f4c4a4;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Celestial Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f5b89, #3db4b8, #a2e2d7, #f4c4a4, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f5b89, #3db4b8, #a2e2d7, #f4c4a4, #ff6e61);
}

Celestial Harmony color palette created on .