Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #20202d;
}
.saffron-crocus {
color: #594e79;
}
.scotch-thistle {
color: #9b6b9e;
}
.elastic-pink {
color: #f1a2c7;
}
.sunny-mood {
color: #f7c94b;
}
/* CSS Variables */
:root {
--black-howl:#20202d;
--saffron-crocus:#594e79;
--scotch-thistle:#9b6b9e;
--elastic-pink:#f1a2c7;
--sunny-mood:#f7c94b;
}