Color names in this palette
CSS code for this palette
/* CSS */
.hush-pink {
color: #f8eae2;
}
.first-date {
color: #f4b1a4;
}
.trump-tan {
color: #f9a96c;
}
.wake-me-up {
color: #f5d556;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
/* CSS Variables */
:root {
--hush-pink:#f8eae2;
--first-date:#f4b1a4;
--trump-tan:#f9a96c;
--wake-me-up:#f5d556;
--solar-plexus-chakra:#f1cb4b;
}