Color names in this palette
CSS code for this palette
/* CSS */
.new-clay {
color: #f0c2b7;
}
.mystic-tulip {
color: #f8b3a0;
}
.riviera-rose {
color: #f6b0a7;
}
.jinza-safflower {
color: #f0827a;
}
.bricks-of-hope {
color: #d85a5a;
}
/* CSS Variables */
:root {
--new-clay:#f0c2b7;
--mystic-tulip:#f8b3a0;
--riviera-rose:#f6b0a7;
--jinza-safflower:#f0827a;
--bricks-of-hope:#d85a5a;
}