/* CSS */
.color-1 {
color: #D4AF35;
}
.color-2 {
color: #A77D2A;
}
.color-3 {
color: #7D5C3B;
}
.color-4 {
color: #4E3C3D;
}
.color-5 {
color: #2E282D;
}
/* CSS Variables */
:root {
--color-1: #D4AF35;
--color-2: #A77D2A;
--color-3: #7D5C3B;
--color-4: #4E3C3D;
--color-5: #2E282D;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D4AF35, #A77D2A, #7D5C3B, #4E3C3D, #2E282D);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D4AF35, #A77D2A, #7D5C3B, #4E3C3D, #2E282D);
}
Gold Luxury color palette created on .