/* CSS */
.color-1 {
color: #D57353;
}
.color-2 {
color: #B27153;
}
.color-3 {
color: #9E9D67;
}
.color-4 {
color: #6E7150;
}
.color-5 {
color: #584637;
}
/* CSS Variables */
:root {
--color-1: #D57353;
--color-2: #B27153;
--color-3: #9E9D67;
--color-4: #6E7150;
--color-5: #584637;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D57353, #B27153, #9E9D67, #6E7150, #584637);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D57353, #B27153, #9E9D67, #6E7150, #584637);
}
Terracotta Oasis color palette created on .