Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f507a;
}
.borage {
color: #4e82a6;
}
.water-flow {
color: #79c2d8;
}
.blizzard-blue {
color: #a2e3f1;
}
.sunbeam-yellow {
color: #f0d39e;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f507a;
--borage:#4e82a6;
--water-flow:#79c2d8;
--blizzard-blue:#a2e3f1;
--sunbeam-yellow:#f0d39e;
}