Color names in this palette
CSS code for this palette
/* CSS */
.light-shimmer {
color: #a7d3f1;
}
.sweet-60 {
color: #f3a0af;
}
.applesauce {
color: #f9d89a;
}
.cheesus {
color: #fdcc77;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--light-shimmer:#a7d3f1;
--sweet-60:#f3a0af;
--applesauce:#f9d89a;
--cheesus:#fdcc77;
--grapefruit-pulp:#ff6e61;
}