/* CSS */
.color-1 {
color: #8D6553;
}
.color-2 {
color: #B39184;
}
.color-3 {
color: #C9BBB0;
}
.color-4 {
color: #E1BA99;
}
.color-5 {
color: #D39478;
}
/* CSS Variables */
:root {
--color-1: #8D6553;
--color-2: #B39184;
--color-3: #C9BBB0;
--color-4: #E1BA99;
--color-5: #D39478;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8D6553, #B39184, #C9BBB0, #E1BA99, #D39478);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8D6553, #B39184, #C9BBB0, #E1BA99, #D39478);
}
Retro Technical color palette created on .