Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.himalayan-balsam {
color: #ff9eca;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.sugarpills {
color: #ffdbff;
}
.sugarwinkle {
color: #ffc2e2;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--himalayan-balsam:#ff9eca;
--hot-aquarelle-pink:#ffb3e4;
--sugarpills:#ffdbff;
--sugarwinkle:#ffc2e2;
}