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