Vibrant Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Harmony palette

Condividi questa palette a:

tavolozza dei colori Vibrant Harmony CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #708f8f;
}
.color-3 {
color: #87af4b;
}
.color-4 {
color: #f9cf5d;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #708f8f;
--color-3: #87af4b;
--color-4: #f9cf5d;
--color-5: #ff9900;
}

CSS con gradiente di sfondo Vibrant Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #708f8f, #87af4b, #f9cf5d, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #708f8f, #87af4b, #f9cf5d, #ff9900);
}

Vibrant Harmony color palette created on .