Color names in this palette
CSS code for this palette
/* CSS */
.paprika {
color: #7a2a3b;
}
.sweet-cherry {
color: #a04b4c;
}
.almond-rose {
color: #c8898b;
}
.granary-gold {
color: #e7a14b;
}
.channel {
color: #f1c4c0;
}
/* CSS Variables */
:root {
--paprika:#7a2a3b;
--sweet-cherry:#a04b4c;
--almond-rose:#c8898b;
--granary-gold:#e7a14b;
--channel:#f1c4c0;
}