Color names in this palette
CSS code for this palette
/* CSS */
.redeye {
color: #b13935;
}
.rusty-chainmail {
color: #c94a4c;
}
.redstone {
color: #e56c70;
}
.wisley-pink {
color: #f2a39c;
}
.just-a-tease {
color: #f9d6d2;
}
/* CSS Variables */
:root {
--redeye:#b13935;
--rusty-chainmail:#c94a4c;
--redstone:#e56c70;
--wisley-pink:#f2a39c;
--just-a-tease:#f9d6d2;
}