Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.cascade-green {
color: #9fc6b7;
}
.stanley {
color: #9cc4b7;
}
.bellini {
color: #f4caae;
}
.monarch-orange {
color: #f29b69;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--cascade-green:#9fc6b7;
--stanley:#9cc4b7;
--bellini:#f4caae;
--monarch-orange:#f29b69;
}