Color names in this palette
CSS code for this palette
/* CSS */
.stanger-red {
color: #a30000;
}
.roman {
color: #d95e5e;
}
.shrimp-cocktail {
color: #f4a462;
}
.glitter-yellow {
color: #f9d75d;
}
.eerie-glow {
color: #a8d6b9;
}
/* CSS Variables */
:root {
--stanger-red:#a30000;
--roman:#d95e5e;
--shrimp-cocktail:#f4a462;
--glitter-yellow:#f9d75d;
--eerie-glow:#a8d6b9;
}