Color names in this palette
CSS code for this palette
/* CSS */
.ruby-shard {
color: #c11f2d;
}
.bacon-strips {
color: #e13e33;
}
.coral-quartz {
color: #f76c5f;
}
.peach-bud {
color: #f9b1ae;
}
.first-daughter {
color: #f7d4d8;
}
/* CSS Variables */
:root {
--ruby-shard:#c11f2d;
--bacon-strips:#e13e33;
--coral-quartz:#f76c5f;
--peach-bud:#f9b1ae;
--first-daughter:#f7d4d8;
}