Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f6c84c;
}
.hot-orange {
color: #f48d3e;
}
.usubeni-red {
color: #f06a6a;
}
.raspberry-sorbet {
color: #d83b6a;
}
.just-a-fairytale {
color: #695c99;
}
/* CSS Variables */
:root {
--sunny-mood:#f6c84c;
--hot-orange:#f48d3e;
--usubeni-red:#f06a6a;
--raspberry-sorbet:#d83b6a;
--just-a-fairytale:#695c99;
}