Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3a5b2;
}
.shrimp-toast {
color: #f8c3a0;
}
.aspen-yellow {
color: #f8e0a0;
}
.frugal {
color: #a6d8b0;
}
.estuary-blue {
color: #6da2b6;
}
/* CSS Variables */
:root {
--pink-fit:#f3a5b2;
--shrimp-toast:#f8c3a0;
--aspen-yellow:#f8e0a0;
--frugal:#a6d8b0;
--estuary-blue:#6da2b6;
}