Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.scooter {
color: #2b8d9c;
}
.green-grapple {
color: #3cb2b4;
}
.lemon-filling {
color: #f7e4a6;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--scooter:#2b8d9c;
--green-grapple:#3cb2b4;
--lemon-filling:#f7e4a6;
--shrimp-cocktail:#f4a462;
}