Color names in this palette
CSS code for this palette
/* CSS */
.minsk {
color: #3c2d6c;
}
.magenta-violet {
color: #6b508b;
}
.antique-hot-pink {
color: #b07d9b;
}
.blue-angels-yellow {
color: #fab700;
}
.ponceau {
color: #f85d72;
}
/* CSS Variables */
:root {
--minsk:#3c2d6c;
--magenta-violet:#6b508b;
--antique-hot-pink:#b07d9b;
--blue-angels-yellow:#fab700;
--ponceau:#f85d72;
}