Shades of Orange Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Orange palette
tavolozza dei colori Shades of Orange CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f59b00;
}
.color-3 {
color: #f56e00;
}
.color-4 {
color: #d14d00;
}
.color-5 {
color: #a32c00;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f59b00;
--color-3: #f56e00;
--color-4: #d14d00;
--color-5: #a32c00;
}
CSS con gradiente di sfondo Shades of Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f59b00, #f56e00, #d14d00, #a32c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f59b00, #f56e00, #d14d00, #a32c00);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 80+ tavolozzas di colori Ambra
Shades of Orange color palette created on .