Color names in this palette
CSS code for this palette
/* CSS */
.raftsman {
color: #3a5b9c;
}
.parkwater {
color: #4b7dbe;
}
.sail-away {
color: #58b5e4;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--raftsman:#3a5b9c;
--parkwater:#4b7dbe;
--sail-away:#58b5e4;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}