/* CSS */
.color-1 {
color: #FFD900;
}
.color-2 {
color: #FFC105;
}
.color-3 {
color: #FFB300;
}
.color-4 {
color: #000000;
}
.color-5 {
color: #4D4D4D;
}
/* CSS Variables */
:root {
--color-1: #FFD900;
--color-2: #FFC105;
--color-3: #FFB300;
--color-4: #000000;
--color-5: #4D4D4D;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FFD900, #FFC105, #FFB300, #000000, #4D4D4D);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FFD900, #FFC105, #FFB300, #000000, #4D4D4D);
}
Gold And Black Elegance color palette created on .