Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f507a;
}
.lake-thun {
color: #4cb9e1;
}
.sky-of-ocean {
color: #81cfea;
}
.hawkbit {
color: #fddb6d;
}
.zahri-pink {
color: #ef6c77;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f507a;
--lake-thun:#4cb9e1;
--sky-of-ocean:#81cfea;
--hawkbit:#fddb6d;
--zahri-pink:#ef6c77;
}