Color names in this palette
CSS code for this palette
/* CSS */
.alesan {
color: #f1c0a7;
}
.maximum-yellow-red {
color: #f2ba4a;
}
.obstinate-orange {
color: #d85a2c;
}
.vicious-violet {
color: #8e4b9b;
}
.steel-teal {
color: #5f8c89;
}
/* CSS Variables */
:root {
--alesan:#f1c0a7;
--maximum-yellow-red:#f2ba4a;
--obstinate-orange:#d85a2c;
--vicious-violet:#8e4b9b;
--steel-teal:#5f8c89;
}