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