Color names in this palette
CSS code for this palette
/* CSS */
.black-rooster {
color: #390e0e;
}
.persian-plum {
color: #701a1a;
}
.dorset-naga {
color: #9c2b2b;
}
.glowing-scarlet {
color: #c14949;
}
.lively-coral {
color: #e17a7a;
}
/* CSS Variables */
:root {
--black-rooster:#390e0e;
--persian-plum:#701a1a;
--dorset-naga:#9c2b2b;
--glowing-scarlet:#c14949;
--lively-coral:#e17a7a;
}