Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4e6b;
}
.casual-blue {
color: #4b7e91;
}
.skyward {
color: #a3c3cc;
}
.ginger-peach {
color: #f9d29f;
}
.oranzhewyi-orange {
color: #f15d3b;
}
/* CSS Variables */
:root {
--seafarer:#1e4e6b;
--casual-blue:#4b7e91;
--skyward:#a3c3cc;
--ginger-peach:#f9d29f;
--oranzhewyi-orange:#f15d3b;
}