Color names in this palette
CSS code for this palette
/* CSS */
.rockman-blue {
color: #33a1eb;
}
.heisenberg-blue {
color: #6bd2f5;
}
.ganon-blue {
color: #a3e2f5;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--rockman-blue:#33a1eb;
--heisenberg-blue:#6bd2f5;
--ganon-blue:#a3e2f5;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}