Digital Vibrance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Digital Vibrance palette

Condividi questa palette a:

tavolozza dei colori Digital Vibrance CSS

/* CSS */
.color-1 {
color: #4e88c6;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ffd53d;
}
.color-4 {
color: #6ecf6e;
}
.color-5 {
color: #f25a7d;
}

/* CSS Variables */
:root {
--color-1: #4e88c6;
--color-2: #ff6d2e;
--color-3: #ffd53d;
--color-4: #6ecf6e;
--color-5: #f25a7d;
}

CSS con gradiente di sfondo Digital Vibrance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e88c6, #ff6d2e, #ffd53d, #6ecf6e, #f25a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e88c6, #ff6d2e, #ffd53d, #6ecf6e, #f25a7d);
}

Digital Vibrance color palette created on .