Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.apricot-obsession {
color: #f7c2b1;
}
.mustard-yellow {
color: #e6b000;
}
.united-nations-blue {
color: #598ce3;
}
.blanka-green {
color: #a6d539;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--apricot-obsession:#f7c2b1;
--mustard-yellow:#e6b000;
--united-nations-blue:#598ce3;
--blanka-green:#a6d539;
}