Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1d2a3a;
}
.blue-spell {
color: #3a5c6e;
}
.blue-square {
color: #4f8d9c;
}
.maiden-voyage {
color: #88c8d8;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--tangaroa:#1d2a3a;
--blue-spell:#3a5c6e;
--blue-square:#4f8d9c;
--maiden-voyage:#88c8d8;
--maximum-yellow-red:#f1b74b;
}