Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.pink-cattleya {
color: #ffb3d1;
}
.blush-hour {
color: #ff7092;
}
.diva-pink {
color: #ff3d7e;
}
.himalayan-balsam {
color: #ff99c9;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--pink-cattleya:#ffb3d1;
--blush-hour:#ff7092;
--diva-pink:#ff3d7e;
--himalayan-balsam:#ff99c9;
}