Color names in this palette
CSS code for this palette
/* CSS */
.dreamy-memory {
color: #e5c2d7;
}
.amaranth-pink {
color: #f09ebc;
}
.university-of-tennessee-orange {
color: #f57e00;
}
.sugar-cookie {
color: #f2e3a1;
}
.kingfisher-turquoise {
color: #7eb9b6;
}
/* CSS Variables */
:root {
--dreamy-memory:#e5c2d7;
--amaranth-pink:#f09ebc;
--university-of-tennessee-orange:#f57e00;
--sugar-cookie:#f2e3a1;
--kingfisher-turquoise:#7eb9b6;
}