Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.aqueous {
color: #3a8e9c;
}
.holiday {
color: #7fc7b6;
}
.yellow-cream {
color: #f2d269;
}
.orange-soda {
color: #f75a3b;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--aqueous:#3a8e9c;
--holiday:#7fc7b6;
--yellow-cream:#f2d269;
--orange-soda:#f75a3b;
}