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