Color names in this palette
CSS code for this palette
/* CSS */
.coronation-blue {
color: #5d4d9d;
}
.berry-burst {
color: #a86eaa;
}
.light-orchid {
color: #e6a8d6;
}
.rustique {
color: #f5c1b2;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--coronation-blue:#5d4d9d;
--berry-burst:#a86eaa;
--light-orchid:#e6a8d6;
--rustique:#f5c1b2;
--blue-angels-yellow:#fab700;
}