Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.dazzle {
color: #4e8db7;
}
.plunging-waterfall {
color: #8fd4e0;
}
.pale-banana {
color: #f6e48e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--dazzle:#4e8db7;
--plunging-waterfall:#8fd4e0;
--pale-banana:#f6e48e;
--dodgeroll-gold:#f39c12;
}