Color names in this palette
CSS code for this palette
/* CSS */
.philippine-brown {
color: #5b1a1a;
}
.dorset-naga {
color: #9f2d2d;
}
.bricks-of-hope {
color: #d85a5a;
}
.young-crab {
color: #f59e9e;
}
.lusty-gallant {
color: #ffcccc;
}
/* CSS Variables */
:root {
--philippine-brown:#5b1a1a;
--dorset-naga:#9f2d2d;
--bricks-of-hope:#d85a5a;
--young-crab:#f59e9e;
--lusty-gallant:#ffcccc;
}