Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.butter-muffin {
color: #f7deb1;
}
.gold-tips {
color: #e5b62a;
}
.athonian-camoshade {
color: #6c8c4a;
}
.antilles-blue {
color: #3b5b8c;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--butter-muffin:#f7deb1;
--gold-tips:#e5b62a;
--athonian-camoshade:#6c8c4a;
--antilles-blue:#3b5b8c;
}