Color names in this palette
CSS code for this palette
/* CSS */
.dream-setting {
color: #ff75b6;
}
.light-pink {
color: #ffd1e1;
}
.lavender-candy {
color: #ffb3d6;
}
.blush-hour {
color: #ff7092;
}
.french-fuchsia {
color: #ff3d91;
}
/* CSS Variables */
:root {
--dream-setting:#ff75b6;
--light-pink:#ffd1e1;
--lavender-candy:#ffb3d6;
--blush-hour:#ff7092;
--french-fuchsia:#ff3d91;
}