Color names in this palette
CSS code for this palette
/* CSS */
.watermelon-juice {
color: #f15b7e;
}
.mystic-tulip {
color: #f7b5a1;
}
.veiled-pink {
color: #f9e0d7;
}
.quack-quack {
color: #ffe98a;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--watermelon-juice:#f15b7e;
--mystic-tulip:#f7b5a1;
--veiled-pink:#f9e0d7;
--quack-quack:#ffe98a;
--soviet-gold:#ffd900;
}