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: #f4c543;
}
.color-2 {
color: #e19b33;
}
.color-3 {
color: #e16f4c;
}
.color-4 {
color: #d54d6d;
}
.color-5 {
color: #7c4f9c;
}
/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #e19b33;
--color-3: #e16f4c;
--color-4: #d54d6d;
--color-5: #7c4f9c;
}
CSS con gradiente di sfondo Shades of Yellow and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #e19b33, #e16f4c, #d54d6d, #7c4f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #e19b33, #e16f4c, #d54d6d, #7c4f9c);
}
Tavolozze di colori simili
Shades of Yellow and Purple color palette created on .