Color names in this palette
CSS code for this palette
/* CSS */
.tan-temptation {
color: #f0c09e;
}
.caramelo-dulce {
color: #d89c6e;
}
.field-poppy {
color: #d76b3c;
}
.overcast-brick {
color: #b65b3a;
}
.red-red-red {
color: #8f3f3d;
}
/* CSS Variables */
:root {
--tan-temptation:#f0c09e;
--caramelo-dulce:#d89c6e;
--field-poppy:#d76b3c;
--overcast-brick:#b65b3a;
--red-red-red:#8f3f3d;
}