Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.pressed-rose {
color: #f1a7a9;
}
.marigold-dust {
color: #f4cf3e;
}
.olympic-blue {
color: #4b91e2;
}
.snap-shot {
color: #2d3f52;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--pressed-rose:#f1a7a9;
--marigold-dust:#f4cf3e;
--olympic-blue:#4b91e2;
--snap-shot:#2d3f52;
}