Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-sorbet {
color: #d7336c;
}
.bright-orange {
color: #f86c30;
}
.westfall-yellow {
color: #f9d44e;
}
.jadeite {
color: #3bc9a1;
}
.flickering-sea {
color: #4d6ef5;
}
/* CSS Variables */
:root {
--raspberry-sorbet:#d7336c;
--bright-orange:#f86c30;
--westfall-yellow:#f9d44e;
--jadeite:#3bc9a1;
--flickering-sea:#4d6ef5;
}