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