Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.fair-aqua {
color: #b3dfd7;
}
.cookies-and-cream {
color: #f0e0b2;
}
.herb-robert {
color: #d7a1e2;
}
.sky-high {
color: #a2c3ec;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--fair-aqua:#b3dfd7;
--cookies-and-cream:#f0e0b2;
--herb-robert:#d7a1e2;
--sky-high:#a2c3ec;
}