Color names in this palette
CSS code for this palette
/* CSS */
.blue-tang {
color: #2c4c6d;
}
.storm-blue {
color: #4f7a9c;
}
.delicate-girl-blue {
color: #6bb3c7;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--blue-tang:#2c4c6d;
--storm-blue:#4f7a9c;
--delicate-girl-blue:#6bb3c7;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}