Color names in this palette
CSS code for this palette
/* CSS */
.in-good-taste {
color: #b6d69e;
}
.curious {
color: #d8e2a2;
}
.tan-temptation {
color: #f0c09e;
}
.coral-silk {
color: #f1a17e;
}
.tangerine-flake {
color: #e67a5c;
}
/* CSS Variables */
:root {
--in-good-taste:#b6d69e;
--curious:#d8e2a2;
--tan-temptation:#f0c09e;
--coral-silk:#f1a17e;
--tangerine-flake:#e67a5c;
}