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: #f8d5a0;
}
.color-2 {
color: #f2a65f;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #c94e40;
}
.color-5 {
color: #a0406d;
}
/* CSS Variables */
:root {
--color-1: #f8d5a0;
--color-2: #f2a65f;
--color-3: #e77e23;
--color-4: #c94e40;
--color-5: #a0406d;
}
CSS con gradiente di sfondo Shades of Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5a0, #f2a65f, #e77e23, #c94e40, #a0406d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5a0, #f2a65f, #e77e23, #c94e40, #a0406d);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 300+ tavolozzas di colori Brillante
Shades of Orange color palette created on .