Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.dayflower {
color: #3a9ad9;
}
.candid-blue {
color: #6ac6e2;
}
.blizzard-blue {
color: #a5e3f3;
}
.distant-horizon {
color: #f1f8f9;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--dayflower:#3a9ad9;
--candid-blue:#6ac6e2;
--blizzard-blue:#a5e3f3;
--distant-horizon:#f1f8f9;
}