Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.amber-glow {
color: #f09c3d;
}
.wake-me-up {
color: #f8d559;
}
.patina-green {
color: #b7e9b4;
}
.brittany-blue {
color: #4b7e8b;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--amber-glow:#f09c3d;
--wake-me-up:#f8d559;
--patina-green:#b7e9b4;
--brittany-blue:#4b7e8b;
}