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: #f9aeae;
}
.color-2 {
color: #f1d388;
}
.color-3 {
color: #a9e5b8;
}
.color-4 {
color: #4c9a9a;
}
.color-5 {
color: #6993c3;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f1d388;
--color-3: #a9e5b8;
--color-4: #4c9a9a;
--color-5: #6993c3;
}

CSS con gradiente di sfondo Celestial Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f1d388, #a9e5b8, #4c9a9a, #6993c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f1d388, #a9e5b8, #4c9a9a, #6993c3);
}

Celestial Harmony color palette created on .