Color names in this palette
CSS code for this palette
/* CSS */
.pink-makeup {
color: #ff809d;
}
.lavender-candy {
color: #ffb3d4;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7c;
}
.himalayan-balsam {
color: #ff99c9;
}
/* CSS Variables */
:root {
--pink-makeup:#ff809d;
--lavender-candy:#ffb3d4;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7c;
--himalayan-balsam:#ff99c9;
}