Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.pink-cattleya {
color: #ffb3d1;
}
.pink-perfume {
color: #ffdbe6;
}
.sweet-romance {
color: #ffc2df;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--pink-cattleya:#ffb3d1;
--pink-perfume:#ffdbe6;
--sweet-romance:#ffc2df;
--blush-hour:#ff7092;
}