Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.pink-cattleya {
color: #ffb3d1;
}
.shampoo {
color: #ffccf2;
}
.rogue-pink {
color: #f7a1bf;
}
.blush-hour {
color: #ff708f;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--pink-cattleya:#ffb3d1;
--shampoo:#ffccf2;
--rogue-pink:#f7a1bf;
--blush-hour:#ff708f;
}