Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.winter-time {
color: #3b8ea0;
}
.chefchaouen-blue {
color: #a2d0e7;
}
.sunny-mood {
color: #f7c94b;
}
.orangeville {
color: #e76f5f;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--winter-time:#3b8ea0;
--chefchaouen-blue:#a2d0e7;
--sunny-mood:#f7c94b;
--orangeville:#e76f5f;
}