Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.opalescent {
color: #3b92c4;
}
.norfolk-sky {
color: #69b7e8;
}
.winter-escape {
color: #b5e7f2;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--opalescent:#3b92c4;
--norfolk-sky:#69b7e8;
--winter-escape:#b5e7f2;
--wash-me:#f8fafc;
}