Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.boat-house {
color: #4b8cbe;
}
.aero {
color: #78b6e8;
}
.apricot-sorbet {
color: #e6a560;
}
.chilean-fire {
color: #d05935;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--boat-house:#4b8cbe;
--aero:#78b6e8;
--apricot-sorbet:#e6a560;
--chilean-fire:#d05935;
}