Vibrant Dusk Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Dusk palette
tavolozza dei colori Vibrant Dusk CSS
/* CSS */
.color-1 {
color: #f9e24e;
}
.color-2 {
color: #f5843d;
}
.color-3 {
color: #f15b8a;
}
.color-4 {
color: #a54a92;
}
.color-5 {
color: #5e3c8b;
}
/* CSS Variables */
:root {
--color-1: #f9e24e;
--color-2: #f5843d;
--color-3: #f15b8a;
--color-4: #a54a92;
--color-5: #5e3c8b;
}
CSS con gradiente di sfondo Vibrant Dusk
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e24e, #f5843d, #f15b8a, #a54a92, #5e3c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e24e, #f5843d, #f15b8a, #a54a92, #5e3c8b);
}
Tavolozze di colori simili
Vibrant Dusk color palette created on .