Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f507a;
}
.quiet-night {
color: #3e8cb6;
}
.hawaiian-breeze {
color: #76c5e0;
}
.squash-blossom {
color: #f6b83c;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f507a;
--quiet-night:#3e8cb6;
--hawaiian-breeze:#76c5e0;
--squash-blossom:#f6b83c;
--mad-for-mango:#f5a300;
}