Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.aggressive-salmon {
color: #ff809b;
}
.french-rose {
color: #ff4d8e;
}
.reddish-pink {
color: #ff2e5b;
}
.standby-led {
color: #ff0066;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--aggressive-salmon:#ff809b;
--french-rose:#ff4d8e;
--reddish-pink:#ff2e5b;
--standby-led:#ff0066;
}