Color names in this palette
CSS code for this palette
/* CSS */
.canoe-blue {
color: #1e4e71;
}
.blue-square {
color: #4f8a9c;
}
.heavenly {
color: #80b2c2;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--canoe-blue:#1e4e71;
--blue-square:#4f8a9c;
--heavenly:#80b2c2;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}