Color names in this palette
CSS code for this palette
/* CSS */
.raftsman {
color: #3b609b;
}
.blue-vault {
color: #4e7fbc;
}
.sanctuary-spa {
color: #68b4e3;
}
.cymophane-yellow {
color: #f1e5a7;
}
.monarch-orange {
color: #f4a06c;
}
/* CSS Variables */
:root {
--raftsman:#3b609b;
--blue-vault:#4e7fbc;
--sanctuary-spa:#68b4e3;
--cymophane-yellow:#f1e5a7;
--monarch-orange:#f4a06c;
}