Color names in this palette
CSS code for this palette
/* CSS */
.raftsman {
color: #3a609c;
}
.pale-iris {
color: #8899c8;
}
.arctic-glow {
color: #c9d3e9;
}
.neighborly-peach {
color: #f0c2a3;
}
.coral-orange {
color: #e76d4b;
}
/* CSS Variables */
:root {
--raftsman:#3a609c;
--pale-iris:#8899c8;
--arctic-glow:#c9d3e9;
--neighborly-peach:#f0c2a3;
--coral-orange:#e76d4b;
}