Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.scooter {
color: #2a8ca7;
}
.glassmith {
color: #4cb4c2;
}
.smooth-satin {
color: #a2d8d2;
}
.cashew-cheese {
color: #f6f9b9;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--scooter:#2a8ca7;
--glassmith:#4cb4c2;
--smooth-satin:#a2d8d2;
--cashew-cheese:#f6f9b9;
}