Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f507a;
}
.blue-dart-frog {
color: #3c7c9f;
}
.airborne {
color: #a1c1d4;
}
.antique-cameo {
color: #f0b6a3;
}
.polished-gold {
color: #f1a655;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f507a;
--blue-dart-frog:#3c7c9f;
--airborne:#a1c1d4;
--antique-cameo:#f0b6a3;
--polished-gold:#f1a655;
}