Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a9d6bb;
}
.light-green-glint {
color: #e3f6d5;
}
.right-as-rain {
color: #c0e1e3;
}
.peach-damask {
color: #f7c5a6;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--eerie-glow:#a9d6bb;
--light-green-glint:#e3f6d5;
--right-as-rain:#c0e1e3;
--peach-damask:#f7c5a6;
--calabrese:#f1a8a2;
}