Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-buttercream {
color: #f7aff8;
}
.hermosa-pink {
color: #ffb3f0;
}
.shampoo {
color: #ffccf2;
}
.hawkbit {
color: #ffdc6b;
}
.rubber-radish {
color: #ff999c;
}
/* CSS Variables */
:root {
--strawberry-buttercream:#f7aff8;
--hermosa-pink:#ffb3f0;
--shampoo:#ffccf2;
--hawkbit:#ffdc6b;
--rubber-radish:#ff999c;
}