Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.quiet-night {
color: #3c8ebe;
}
.candid-blue {
color: #6cc1e5;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.distant-horizon {
color: #f1f7f9;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--quiet-night:#3c8ebe;
--candid-blue:#6cc1e5;
--chefchaouen-blue:#a1d3e8;
--distant-horizon:#f1f7f9;
}