Color names in this palette
CSS code for this palette
/* CSS */
.della-robbia-blue {
color: #7c9fcb;
}
.fisher-king {
color: #4f7dba;
}
.antilles-blue {
color: #3b5b8c;
}
.snap-shot {
color: #2b3d50;
}
.damson-plum {
color: #d89ada;
}
/* CSS Variables */
:root {
--della-robbia-blue:#7c9fcb;
--fisher-king:#4f7dba;
--antilles-blue:#3b5b8c;
--snap-shot:#2b3d50;
--damson-plum:#d89ada;
}