Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1e5876;
}
.casual-blue {
color: #4b7e91;
}
.sightful {
color: #78a3a5;
}
.basket-of-gold {
color: #f1d03b;
}
.obstinate-orange {
color: #d75c28;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1e5876;
--casual-blue:#4b7e91;
--sightful:#78a3a5;
--basket-of-gold:#f1d03b;
--obstinate-orange:#d75c28;
}