Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1e5876;
}
.blue-square {
color: #4d8b99;
}
.summit {
color: #88b3b9;
}
.forsythia-blossom {
color: #f9d66c;
}
.carnival {
color: #e68a2d;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1e5876;
--blue-square:#4d8b99;
--summit:#88b3b9;
--forsythia-blossom:#f9d66c;
--carnival:#e68a2d;
}