Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.blue-dart-frog {
color: #3c7b96;
}
.treasured-teal {
color: #50c3b8;
}
.lazy-daisy {
color: #f6e8a2;
}
.firecracker {
color: #f25f3a;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--blue-dart-frog:#3c7b96;
--treasured-teal:#50c3b8;
--lazy-daisy:#f6e8a2;
--firecracker:#f25f3a;
}