Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1d1e2a;
}
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.blue-angels-yellow {
color: #fab700;
}
.ponceau {
color: #f85d72;
}
/* CSS Variables */
:root {
--black-howl:#1d1e2a;
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--blue-angels-yellow:#fab700;
--ponceau:#f85d72;
}