Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #f9b4e4;
}
.coral-blossom {
color: #f7c1a1;
}
.vanilla-pudding {
color: #f4e66c;
}
.mother-of-pearl-green {
color: #92d8a0;
}
.sea-serpent {
color: #50c4d3;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#f9b4e4;
--coral-blossom:#f7c1a1;
--vanilla-pudding:#f4e66c;
--mother-of-pearl-green:#92d8a0;
--sea-serpent:#50c4d3;
}