Color names in this palette
CSS code for this palette
/* CSS */
.shiva-blue {
color: #99d6ff;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.peach-orange {
color: #ffcc99;
}
.neo-mint {
color: #b3ffcc;
}
.pompelmo {
color: #ff6666;
}
/* CSS Variables */
:root {
--shiva-blue:#99d6ff;
--hot-aquarelle-pink:#ffb3e4;
--peach-orange:#ffcc99;
--neo-mint:#b3ffcc;
--pompelmo:#ff6666;
}