Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.milky-maize {
color: #f7d6a1;
}
.first-date {
color: #f4b69f;
}
.amaranth-pink {
color: #f29cbb;
}
.childhood-crush {
color: #e26a6a;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--milky-maize:#f7d6a1;
--first-date:#f4b69f;
--amaranth-pink:#f29cbb;
--childhood-crush:#e26a6a;
}