Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1b2d;
}
.operetta-mauve {
color: #3d2a4c;
}
.vibrant-orchid {
color: #814b7f;
}
.bonny-belle {
color: #c892ac;
}
.sandy-brown {
color: #f5a85b;
}
/* CSS Variables */
:root {
--black-howl:#1f1b2d;
--operetta-mauve:#3d2a4c;
--vibrant-orchid:#814b7f;
--bonny-belle:#c892ac;
--sandy-brown:#f5a85b;
}