Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1e5876;
}
.blue-square {
color: #4f899c;
}
.melodious {
color: #7cb6b2;
}
.radiant-sun {
color: #f0d04c;
}
.tangerine-bliss {
color: #d96030;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1e5876;
--blue-square:#4f899c;
--melodious:#7cb6b2;
--radiant-sun:#f0d04c;
--tangerine-bliss:#d96030;
}