Color names in this palette
CSS code for this palette
/* CSS */
.refreshing-pool {
color: #b5e5e8;
}
.shrimp-cocktail {
color: #f4a462;
}
.egg-toast {
color: #f6c80e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.raspberry-sorbet {
color: #d83b68;
}
/* CSS Variables */
:root {
--refreshing-pool:#b5e5e8;
--shrimp-cocktail:#f4a462;
--egg-toast:#f6c80e;
--grapefruit-pulp:#ff6e61;
--raspberry-sorbet:#d83b68;
}