Color names in this palette
CSS code for this palette
/* CSS */
.golden-banner {
color: #fbc928;
}
.yellow-tulip {
color: #f6d16a;
}
.ganon-blue {
color: #a1dff7;
}
.sea-loch {
color: #6b9bd6;
}
.3am-in-shibuya {
color: #1f4e7a;
}
/* CSS Variables */
:root {
--golden-banner:#fbc928;
--yellow-tulip:#f6d16a;
--ganon-blue:#a1dff7;
--sea-loch:#6b9bd6;
--3am-in-shibuya:#1f4e7a;
}