Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.winter-time {
color: #3b8ca0;
}
.aqueduct {
color: #5bb4b9;
}
.subtle-sunshine {
color: #e2d89c;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--winter-time:#3b8ca0;
--aqueduct:#5bb4b9;
--subtle-sunshine:#e2d89c;
--syndicalist:#f5c400;
}