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