Color names in this palette
CSS code for this palette
/* CSS */
.adventure-isle {
color: #6ca0b7;
}
.hippie-blue {
color: #4c8a9a;
}
.ming {
color: #3e7474;
}
.maximum-yellow-red {
color: #f1b74b;
}
.koeksister {
color: #e4784e;
}
/* CSS Variables */
:root {
--adventure-isle:#6ca0b7;
--hippie-blue:#4c8a9a;
--ming:#3e7474;
--maximum-yellow-red:#f1b74b;
--koeksister:#e4784e;
}