Color names in this palette
CSS code for this palette
/* CSS */
.surya-red {
color: #691b1f;
}
.harissa-red {
color: #a22a2c;
}
.happy-hearts {
color: #d45e62;
}
.precious-pink {
color: #f6b1b5;
}
.ivory-tower {
color: #fbf4f4;
}
/* CSS Variables */
:root {
--surya-red:#691b1f;
--harissa-red:#a22a2c;
--happy-hearts:#d45e62;
--precious-pink:#f6b1b5;
--ivory-tower:#fbf4f4;
}