Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-sorbet {
color: #d83b70;
}
.shrimp-cocktail {
color: #f4a462;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.prominent-blue {
color: #277ca0;
}
/* CSS Variables */
:root {
--raspberry-sorbet:#d83b70;
--shrimp-cocktail:#f4a462;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--prominent-blue:#277ca0;
}