Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.dirty-blue {
color: #3b80a0;
}
.squeaky {
color: #6dc5d5;
}
.ice-crystal-blue {
color: #a7e6e0;
}
.mango {
color: #faaa29;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--dirty-blue:#3b80a0;
--squeaky:#6dc5d5;
--ice-crystal-blue:#a7e6e0;
--mango:#faaa29;
}