Color names in this palette
CSS code for this palette
/* CSS */
.radical-red {
color: #ff335c;
}
.brink-pink {
color: #ff5c7f;
}
.aggressive-salmon {
color: #ff809b;
}
.poodle-skirt {
color: #ffb3b9;
}
.no-need-to-blush {
color: #ffd6db;
}
/* CSS Variables */
:root {
--radical-red:#ff335c;
--brink-pink:#ff5c7f;
--aggressive-salmon:#ff809b;
--poodle-skirt:#ffb3b9;
--no-need-to-blush:#ffd6db;
}