Color names in this palette
CSS code for this palette
/* CSS */
.pomegranate {
color: #c1574e;
}
.apricot-sorbet {
color: #e6a55b;
}
.pineapple-delight {
color: #f1e6a7;
}
.holiday {
color: #80c6b8;
}
.taos-turquoise {
color: #2b8c8c;
}
/* CSS Variables */
:root {
--pomegranate:#c1574e;
--apricot-sorbet:#e6a55b;
--pineapple-delight:#f1e6a7;
--holiday:#80c6b8;
--taos-turquoise:#2b8c8c;
}