Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.christmas-blue {
color: #298ebc;
}
.sea-capture {
color: #5cc1e6;
}
.nevada-sky {
color: #a0d8e9;
}
.m-white {
color: #f4f9fb;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--christmas-blue:#298ebc;
--sea-capture:#5cc1e6;
--nevada-sky:#a0d8e9;
--m-white:#f4f9fb;
}