Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.dirty-blue {
color: #40809c;
}
.peppermint-fresh {
color: #5fbf9a;
}
.squash-blossom {
color: #f6b83c;
}
.mandarin-orange {
color: #f26c3a;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--dirty-blue:#40809c;
--peppermint-fresh:#5fbf9a;
--squash-blossom:#f6b83c;
--mandarin-orange:#f26c3a;
}