Color names in this palette
CSS code for this palette
/* CSS */
.riverside {
color: #506f95;
}
.blue-mountain {
color: #799cbe;
}
.airborne {
color: #a0c1d4;
}
.york-bisque {
color: #f1d9c6;
}
.candlelight-peach {
color: #f8a3a0;
}
/* CSS Variables */
:root {
--riverside:#506f95;
--blue-mountain:#799cbe;
--airborne:#a0c1d4;
--york-bisque:#f1d9c6;
--candlelight-peach:#f8a3a0;
}