Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d6c7e1;
}
.high-style {
color: #a7b4d7;
}
.della-robbia-blue {
color: #7d9aca;
}
.blue-azure {
color: #4a7fbf;
}
.endeavour {
color: #2a5d8d;
}
/* CSS Variables */
:root {
--purity:#d6c7e1;
--high-style:#a7b4d7;
--della-robbia-blue:#7d9aca;
--blue-azure:#4a7fbf;
--endeavour:#2a5d8d;
}