Digital Vibrance Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Digital Vibrance palette
tavolozza dei colori Digital Vibrance CSS
/* CSS */
.color-1 {
color: #588fca;
}
.color-2 {
color: #ff773d;
}
.color-3 {
color: #ffd84d;
}
.color-4 {
color: #79d279;
}
.color-5 {
color: #f36284;
}
/* CSS Variables */
:root {
--color-1: #588fca;
--color-2: #ff773d;
--color-3: #ffd84d;
--color-4: #79d279;
--color-5: #f36284;
}
CSS con gradiente di sfondo Digital Vibrance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #588fca, #ff773d, #ffd84d, #79d279, #f36284);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #588fca, #ff773d, #ffd84d, #79d279, #f36284);
}
Tavolozze di colori simili
Digital Vibrance color palette created on .