/* CSS */
.color-1 {
color: #D68C3D;
}
.color-2 {
color: #D1A94D;
}
.color-3 {
color: #D9C859;
}
.color-4 {
color: #F1E8A2;
}
.color-5 {
color: #F6D78E;
}
/* CSS Variables */
:root {
--color-1: #D68C3D;
--color-2: #D1A94D;
--color-3: #D9C859;
--color-4: #F1E8A2;
--color-5: #F6D78E;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D68C3D, #D1A94D, #D9C859, #F1E8A2, #F6D78E);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D68C3D, #D1A94D, #D9C859, #F1E8A2, #F6D78E);
}Golden Warren color palette created on .