Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.navagio-bay {
color: #3c8eb4;
}
.squeaky {
color: #6cc2d5;
}
.butter-cream {
color: #f5b042;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--navagio-bay:#3c8eb4;
--squeaky:#6cc2d5;
--butter-cream:#f5b042;
--entan-red:#e76e50;
}