Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.christmas-blue {
color: #2c8dba;
}
.lake-thun {
color: #4cb7e1;
}
.juzcar-blue {
color: #a1d7f2;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--christmas-blue:#2c8dba;
--lake-thun:#4cb7e1;
--juzcar-blue:#a1d7f2;
--lynx-white:#f6f8f8;
}