Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6c4f8c;
}
.cry-of-a-rose {
color: #b93c5f;
}
.shrimp-cocktail {
color: #f4a462;
}
.fantasy-console-sky {
color: #29b0ff;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--magenta-violet:#6c4f8c;
--cry-of-a-rose:#b93c5f;
--shrimp-cocktail:#f4a462;
--fantasy-console-sky:#29b0ff;
--creamy-sweet-corn:#f9c54e;
}