Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.greek-sea {
color: #6fa3e7;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.flame-orange {
color: #f68a1e;
}
.spicy-orange {
color: #d8492c;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--greek-sea:#6fa3e7;
--solar-plexus-chakra:#f1c84b;
--flame-orange:#f68a1e;
--spicy-orange:#d8492c;
}