Digital Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Digital Harmony palette

Condividi questa palette a:

tavolozza dei colori Digital Harmony CSS

/* CSS */
.color-1 {
color: #1f8eef;
}
.color-2 {
color: #6bd6a1;
}
.color-3 {
color: #f3ed77;
}
.color-4 {
color: #f0a6f2;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1f8eef;
--color-2: #6bd6a1;
--color-3: #f3ed77;
--color-4: #f0a6f2;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Digital Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8eef, #6bd6a1, #f3ed77, #f0a6f2, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8eef, #6bd6a1, #f3ed77, #f0a6f2, #ff6e61);
}

Digital Harmony color palette created on .