Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.peach-pink {
color: #ff9d8a;
}
.soviet-gold {
color: #ffd900;
}
.terrace-pool {
color: #9fd6e0;
}
.strawberry-buttercream {
color: #f0b3ff;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--peach-pink:#ff9d8a;
--soviet-gold:#ffd900;
--terrace-pool:#9fd6e0;
--strawberry-buttercream:#f0b3ff;
}