Vibrant Orange Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Orange palette
tavolozza dei colori Vibrant Orange CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #f47f1f;
}
.color-3 {
color: #e94f1c;
}
.color-4 {
color: #d60032;
}
.color-5 {
color: #a300a0;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #f47f1f;
--color-3: #e94f1c;
--color-4: #d60032;
--color-5: #a300a0;
}
CSS con gradiente di sfondo Vibrant Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #f47f1f, #e94f1c, #d60032, #a300a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #f47f1f, #e94f1c, #d60032, #a300a0);
}
Tavolozze di colori simili
Vibrant Orange color palette created on .