Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.breeze-of-chilli {
color: #f36d6d;
}
.pastel-strawberry {
color: #f04c4c;
}
.rose-madder {
color: #e73232;
}
.heartwarming {
color: #c31818;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--breeze-of-chilli:#f36d6d;
--pastel-strawberry:#f04c4c;
--rose-madder:#e73232;
--heartwarming:#c31818;
}