Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a9b1;
}
.popcorn {
color: #f5d07a;
}
.tropical {
color: #a8e6ce;
}
.ocean-front {
color: #b7e3f0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pink-fit:#f9a9b1;
--popcorn:#f5d07a;
--tropical:#a8e6ce;
--ocean-front:#b7e3f0;
--grapefruit-pulp:#ff6e61;
}