Color names in this palette
CSS code for this palette
/* CSS */
.scarlet-red {
color: #b73d38;
}
.candy-heart-pink {
color: #f6a2a2;
}
.soviet-gold {
color: #ffd900;
}
.bruschetta-tomato {
color: #ff6347;
}
.bussell-lace {
color: #e8a1a2;
}
/* CSS Variables */
:root {
--scarlet-red:#b73d38;
--candy-heart-pink:#f6a2a2;
--soviet-gold:#ffd900;
--bruschetta-tomato:#ff6347;
--bussell-lace:#e8a1a2;
}