Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1f1b32;
}
.azalea {
color: #d93f5c;
}
.pink-fit {
color: #f6a7b2;
}
.sunshine-mellow {
color: #f1c40e;
}
.greenbrier {
color: #4c9e6c;
}
/* CSS Variables */
:root {
--black-howl:#1f1b32;
--azalea:#d93f5c;
--pink-fit:#f6a7b2;
--sunshine-mellow:#f1c40e;
--greenbrier:#4c9e6c;
}