Color names in this palette
CSS code for this palette
/* CSS */
.blackcurrant {
color: #2a1a3d;
}
.geode {
color: #4f3c67;
}
.high-note {
color: #86748b;
}
.sweet-maple {
color: #d8b16e;
}
.spanish-pink {
color: #f8bfbf;
}
/* CSS Variables */
:root {
--blackcurrant:#2a1a3d;
--geode:#4f3c67;
--high-note:#86748b;
--sweet-maple:#d8b16e;
--spanish-pink:#f8bfbf;
}