Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.menoth-white-base {
color: #f5e9b8;
}
.deep-fried-sun-rays {
color: #f7c559;
}
.california-peach {
color: #fbbf6a;
}
.reductant {
color: #e85959;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--menoth-white-base:#f5e9b8;
--deep-fried-sun-rays:#f7c559;
--california-peach:#fbbf6a;
--reductant:#e85959;
}