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: #07c063;
}
.color-2 {
color: #fbae09;
}
.color-3 {
color: #fc671d;
}
.color-4 {
color: #ec1f04;
}
.color-5 {
color: #e10564;
}

/* CSS Variables */
:root {
--color-1: #07c063;
--color-2: #fbae09;
--color-3: #fc671d;
--color-4: #ec1f04;
--color-5: #e10564;
}

CSS con gradiente di sfondo Celestial Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #07c063, #fbae09, #fc671d, #ec1f04, #e10564);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #07c063, #fbae09, #fc671d, #ec1f04, #e10564);
}

Celestial Harmony color palette created on .