Color names in this palette
CSS code for this palette
/* CSS */
.bijou-red {
color: #a03b3b;
}
.enticing-red {
color: #b95050;
}
.red-cedar {
color: #d87979;
}
.plum-blossom {
color: #f49f9f;
}
.english-rose {
color: #f6c6c6;
}
/* CSS Variables */
:root {
--bijou-red:#a03b3b;
--enticing-red:#b95050;
--red-cedar:#d87979;
--plum-blossom:#f49f9f;
--english-rose:#f6c6c6;
}