Color names in this palette
CSS code for this palette
/* CSS */
.dream-setting {
color: #ff75b6;
}
.himalayan-balsam {
color: #ff9eca;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.pink-currant {
color: #ffd1e8;
}
.lavender-blush {
color: #fff0f6;
}
/* CSS Variables */
:root {
--dream-setting:#ff75b6;
--himalayan-balsam:#ff9eca;
--hot-aquarelle-pink:#ffb3e0;
--pink-currant:#ffd1e8;
--lavender-blush:#fff0f6;
}