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: #ffcc00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff99b1;
}
.color-5 {
color: #ff3377;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d1f;
--color-3: #ff3c00;
--color-4: #ff99b1;
--color-5: #ff3377;
}
CSS con gradiente di sfondo Vibrant Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d1f, #ff3c00, #ff99b1, #ff3377);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d1f, #ff3c00, #ff99b1, #ff3377);
}
Tavolozze di colori simili
Vibrant Orange color palette created on .