Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1d2c3f;
}
.revel-blue {
color: #4a6b8c;
}
.juvie {
color: #8ab8d0;
}
.forsythia-blossom {
color: #f9d66c;
}
.reductant {
color: #e65b5b;
}
/* CSS Variables */
:root {
--tangaroa:#1d2c3f;
--revel-blue:#4a6b8c;
--juvie:#8ab8d0;
--forsythia-blossom:#f9d66c;
--reductant:#e65b5b;
}