Shades of Orange and Purple Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Orange and Purple palette
Scarica la tavolozza dei colori Shades of Orange and Purple (PNG)
tavolozza dei colori Shades of Orange and Purple CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e15d05;
}
.color-3 {
color: #d94f30;
}
.color-4 {
color: #c94a8e;
}
.color-5 {
color: #7c3d99;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e15d05;
--color-3: #d94f30;
--color-4: #c94a8e;
--color-5: #7c3d99;
}
CSS con gradiente di sfondo Shades of Orange and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e15d05, #d94f30, #c94a8e, #7c3d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e15d05, #d94f30, #c94a8e, #7c3d99);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Brillante
Shades of Orange and Purple color palette created on .