Color names in this palette
CSS code for this palette
/* CSS */
.watermelon-candy {
color: #ff5c7a;
}
.peanut-butter-chicken {
color: #ffb861;
}
.lemon-bundt-cake {
color: #fff59e;
}
.menthol-kiss {
color: #a1e2d5;
}
.sail-away {
color: #51b4e1;
}
/* CSS Variables */
:root {
--watermelon-candy:#ff5c7a;
--peanut-butter-chicken:#ffb861;
--lemon-bundt-cake:#fff59e;
--menthol-kiss:#a1e2d5;
--sail-away:#51b4e1;
}