Color names in this palette
CSS code for this palette
/* CSS */
.sea-hunter {
color: #1e5a7b;
}
.cayman-bay {
color: #4f7a8c;
}
.grauzone {
color: #84a4b3;
}
.adonis-rose-yellow {
color: #f0c24c;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--sea-hunter:#1e5a7b;
--cayman-bay:#4f7a8c;
--grauzone:#84a4b3;
--adonis-rose-yellow:#f0c24c;
--vampire-red:#d63f2e;
}