Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f507a;
}
.adriatic-blue {
color: #5b8b9a;
}
.holiday {
color: #81c1b4;
}
.yellow-petal {
color: #f0e34c;
}
.halt-and-catch-fire {
color: #ff692e;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f507a;
--adriatic-blue:#5b8b9a;
--holiday:#81c1b4;
--yellow-petal:#f0e34c;
--halt-and-catch-fire:#ff692e;
}