Color names in this palette
CSS code for this palette
/* CSS */
.mexican-red-papaya {
color: #c84a2d;
}
.snow-white-blush {
color: #f9aeae;
}
.indian-clay {
color: #f2cfc0;
}
.eton-blue {
color: #a8d6d4;
}
.flounce {
color: #4c8c94;
}
/* CSS Variables */
:root {
--mexican-red-papaya:#c84a2d;
--snow-white-blush:#f9aeae;
--indian-clay:#f2cfc0;
--eton-blue:#a8d6d4;
--flounce:#4c8c94;
}