Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.tech-wave {
color: #4c7f9e;
}
.morning-green {
color: #8cbab1;
}
.peach-patch {
color: #f2d7a1;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--tech-wave:#4c7f9e;
--morning-green:#8cbab1;
--peach-patch:#f2d7a1;
--fire-island:#d8503b;
}