Color names in this palette
CSS code for this palette
/* CSS */
.dubarry {
color: #f45d62;
}
.bergamot-orange {
color: #f5a15b;
}
.yellow-petal {
color: #f0e54c;
}
.grey-teal {
color: #5e9c88;
}
.deep-ultramarine {
color: #3c4c96;
}
/* CSS Variables */
:root {
--dubarry:#f45d62;
--bergamot-orange:#f5a15b;
--yellow-petal:#f0e54c;
--grey-teal:#5e9c88;
--deep-ultramarine:#3c4c96;
}