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