Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.cool-blue {
color: #4983b6;
}
.goluboy-blue {
color: #8ab8e0;
}
.freezing-vapor {
color: #d0e9f6;
}
.dr-white {
color: #f8f9fc;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--cool-blue:#4983b6;
--goluboy-blue:#8ab8e0;
--freezing-vapor:#d0e9f6;
--dr-white:#f8f9fc;
}