Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.mountain-bluebird {
color: #499bc1;
}
.bright-spark {
color: #78c1e3;
}
.bright-khaki {
color: #f0e78e;
}
.ginger-milk {
color: #f7a050;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--mountain-bluebird:#499bc1;
--bright-spark:#78c1e3;
--bright-khaki:#f0e78e;
--ginger-milk:#f7a050;
}