Color names in this palette
CSS code for this palette
/* CSS */
.lusty-gallant {
color: #ffcccc;
}
.grapefruit-pulp {
color: #ff6e61;
}
.south-shore-sun {
color: #ffdb9e;
}
.agrellan-badland {
color: #ffb347;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--lusty-gallant:#ffcccc;
--grapefruit-pulp:#ff6e61;
--south-shore-sun:#ffdb9e;
--agrellan-badland:#ffb347;
--blood-burst:#ff4d4d;
}