Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f507a;
}
.winter-time {
color: #3c8f9f;
}
.light-sky-babe {
color: #9fd2df;
}
.peach-ash {
color: #f2c4ba;
}
.hot-orange {
color: #f78940;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f507a;
--winter-time:#3c8f9f;
--light-sky-babe:#9fd2df;
--peach-ash:#f2c4ba;
--hot-orange:#f78940;
}