Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.water-welt {
color: #3997b1;
}
.water-nymph {
color: #7cd4df;
}
.deep-fried-sun-rays {
color: #f5c75c;
}
.goku-orange {
color: #f17e3b;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--water-welt:#3997b1;
--water-nymph:#7cd4df;
--deep-fried-sun-rays:#f5c75c;
--goku-orange:#f17e3b;
}