Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.zenith {
color: #497b9c;
}
.pond-blue {
color: #8cb6c5;
}
.rayo-de-sol {
color: #f3c558;
}
.mod-orange {
color: #d6593d;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--zenith:#497b9c;
--pond-blue:#8cb6c5;
--rayo-de-sol:#f3c558;
--mod-orange:#d6593d;
}