Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.french-rose {
color: #ff4d88;
}
.office-neon-light {
color: #ff2e74;
}
.pure-hedonist {
color: #ff1a5b;
}
.hawaiian-raspberry {
color: #ff0051;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--french-rose:#ff4d88;
--office-neon-light:#ff2e74;
--pure-hedonist:#ff1a5b;
--hawaiian-raspberry:#ff0051;
}