Color names in this palette
CSS code for this palette
/* CSS */
.della-robbia-blue {
color: #7a9bcd;
}
.high-blue {
color: #4da3e0;
}
.quiet-night {
color: #3e8dc1;
}
.canoe-blue {
color: #1f5070;
}
.blackcurrant {
color: #2e1a3d;
}
/* CSS Variables */
:root {
--della-robbia-blue:#7a9bcd;
--high-blue:#4da3e0;
--quiet-night:#3e8dc1;
--canoe-blue:#1f5070;
--blackcurrant:#2e1a3d;
}