Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f507a;
}
.blue-dart-frog {
color: #3b7a9b;
}
.riverside-blue {
color: #6db3c5;
}
.everest {
color: #a1e3e0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f507a;
--blue-dart-frog:#3b7a9b;
--riverside-blue:#6db3c5;
--everest:#a1e3e0;
--creamy-sweet-corn:#f9c54e;
}