Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3c4a90;
}
.greek-sea {
color: #799dec;
}
.sea-cliff {
color: #a3c7e0;
}
.barberry-yellow {
color: #f2ba36;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3c4a90;
--greek-sea:#799dec;
--sea-cliff:#a3c7e0;
--barberry-yellow:#f2ba36;
--mandarin-red:#e74d3c;
}