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