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: #ffb13d;
}
.color-2 {
color: #ff5d38;
}
.color-3 {
color: #ff3d8e;
}
.color-4 {
color: #6a4e8d;
}
.color-5 {
color: #4b8abe;
}
/* CSS Variables */
:root {
--color-1: #ffb13d;
--color-2: #ff5d38;
--color-3: #ff3d8e;
--color-4: #6a4e8d;
--color-5: #4b8abe;
}
CSS con gradiente di sfondo Vibrant Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb13d, #ff5d38, #ff3d8e, #6a4e8d, #4b8abe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb13d, #ff5d38, #ff3d8e, #6a4e8d, #4b8abe);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Brillante
Vibrant Orange color palette created on .