Color names in this palette
CSS code for this palette
/* CSS */
.raftsman {
color: #3a5e9c;
}
.alaskan-ice {
color: #7e9cc4;
}
.windsor-way {
color: #a2c7e7;
}
.chai-latte {
color: #f9c89f;
}
.momo-peach {
color: #f57580;
}
/* CSS Variables */
:root {
--raftsman:#3a5e9c;
--alaskan-ice:#7e9cc4;
--windsor-way:#a2c7e7;
--chai-latte:#f9c89f;
--momo-peach:#f57580;
}