Color names in this palette
CSS code for this palette
/* CSS */
.coronation-blue {
color: #5d4c9a;
}
.wild-phlox {
color: #a1a2c4;
}
.coin-purse {
color: #e0d5e2;
}
.rosy-nectar {
color: #f5c2e2;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--coronation-blue:#5d4c9a;
--wild-phlox:#a1a2c4;
--coin-purse:#e0d5e2;
--rosy-nectar:#f5c2e2;
--blush-hour:#ff7092;
}