Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f507a;
}
.aqueous {
color: #3a8d98;
}
.monte-carlo {
color: #7ac2b6;
}
.sweet-corn {
color: #f9e176;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f507a;
--aqueous:#3a8d98;
--monte-carlo:#7ac2b6;
--sweet-corn:#f9e176;
--consumed-by-fire:#f47f1f;
}