Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.monarch-orange {
color: #f3a06d;
}
.anna-banana {
color: #f6d541;
}
.fresh-water {
color: #c3e0f4;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--monarch-orange:#f3a06d;
--anna-banana:#f6d541;
--fresh-water:#c3e0f4;
--light-blue-glint:#a8d3e1;
}