/* CSS */
.color-1 {
color: #D59F6C;
}
.color-2 {
color: #C48B5A;
}
.color-3 {
color: #A76B44;
}
.color-4 {
color: #894C29;
}
.color-5 {
color: #7C3B1D;
}
/* CSS Variables */
:root {
--color-1: #D59F6C;
--color-2: #C48B5A;
--color-3: #A76B44;
--color-4: #894C29;
--color-5: #7C3B1D;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D59F6C, #C48B5A, #A76B44, #894C29, #7C3B1D);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D59F6C, #C48B5A, #A76B44, #894C29, #7C3B1D);
}
Sands Of Heritage color palette created on .