Color names in this palette
CSS code for this palette
/* CSS */
.coral-fountain {
color: #e2a9a1;
}
.peach-temptation {
color: #f3c5af;
}
.tamale-maize {
color: #f7e7b6;
}
.aloe-cream {
color: #d8e9b9;
}
.sinbad {
color: #a8d6d0;
}
/* CSS Variables */
:root {
--coral-fountain:#e2a9a1;
--peach-temptation:#f3c5af;
--tamale-maize:#f7e7b6;
--aloe-cream:#d8e9b9;
--sinbad:#a8d6d0;
}