Color names in this palette
CSS code for this palette
/* CSS */
.coronation-blue {
color: #5b4d99;
}
.crocus-petal {
color: #b79bc5;
}
.mousse-aux-pruneaux {
color: #e5c6f1;
}
.milky-maize {
color: #f7d6a1;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--coronation-blue:#5b4d99;
--crocus-petal:#b79bc5;
--mousse-aux-pruneaux:#e5c6f1;
--milky-maize:#f7d6a1;
--shrimp-cocktail:#f4a462;
}