Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff809b;
}
.fiery-rose {
color: #ff4d76;
}
.reddish-pink {
color: #ff2954;
}
.electrifying-kiss {
color: #d91c4b;
}
.cranberry {
color: #a30039;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff809b;
--fiery-rose:#ff4d76;
--reddish-pink:#ff2954;
--electrifying-kiss:#d91c4b;
--cranberry:#a30039;
}