Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.rubber-radish {
color: #ff99a1;
}
.kisses-and-hugs {
color: #ff667d;
}
.cold-shoulder {
color: #d6e0f0;
}
.pastel-blue {
color: #9ec3ff;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--rubber-radish:#ff99a1;
--kisses-and-hugs:#ff667d;
--cold-shoulder:#d6e0f0;
--pastel-blue:#9ec3ff;
}