Color names in this palette
CSS code for this palette
/* CSS */
.vast-sky {
color: #a7c7d7;
}
.first-date {
color: #f2b5a1;
}
.orange-clay {
color: #e8a87d;
}
.pistachio-cream {
color: #c9d69a;
}
.tropical {
color: #a8e6ce;
}
/* CSS Variables */
:root {
--vast-sky:#a7c7d7;
--first-date:#f2b5a1;
--orange-clay:#e8a87d;
--pistachio-cream:#c9d69a;
--tropical:#a8e6ce;
}