Color names in this palette
CSS code for this palette
/* CSS */
.coronation-blue {
color: #5d4c9a;
}
.shrimp-cocktail {
color: #f4a462;
}
.azure-tide {
color: #2a9d90;
}
.entan-red {
color: #e76e50;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--coronation-blue:#5d4c9a;
--shrimp-cocktail:#f4a462;
--azure-tide:#2a9d90;
--entan-red:#e76e50;
--creamy-sweet-corn:#f9c54e;
}