Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1f2b3d;
}
.blue-review {
color: #4f5c78;
}
.private-jet {
color: #899cb3;
}
.candlelight-peach {
color: #f7a49c;
}
.yellow-jacket {
color: #ffcb3d;
}
/* CSS Variables */
:root {
--tangaroa:#1f2b3d;
--blue-review:#4f5c78;
--private-jet:#899cb3;
--candlelight-peach:#f7a49c;
--yellow-jacket:#ffcb3d;
}