Color names in this palette
CSS code for this palette
/* CSS */
.waterfall {
color: #3bb09e;
}
.southern-belle {
color: #a3d7c5;
}
.peach-shortcake {
color: #f2dfd4;
}
.raichu-orange {
color: #f9af39;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--waterfall:#3bb09e;
--southern-belle:#a3d7c5;
--peach-shortcake:#f2dfd4;
--raichu-orange:#f9af39;
--mandarin-red:#e74d3c;
}