Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1f4e70;
}
.hippie-blue {
color: #498c9c;
}
.holiday {
color: #81c1b4;
}
.maximum-yellow-red {
color: #f1b74b;
}
.valencia {
color: #d65c4c;
}
/* CSS Variables */
:root {
--seafarer:#1f4e70;
--hippie-blue:#498c9c;
--holiday:#81c1b4;
--maximum-yellow-red:#f1b74b;
--valencia:#d65c4c;
}