Color names in this palette
CSS code for this palette
/* CSS */
.simpatico-blue {
color: #a5c2d4;
}
.anise-flower {
color: #f3e3b4;
}
.butter-cream {
color: #f1b341;
}
.royal-gold-pearl {
color: #d1a94d;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--simpatico-blue:#a5c2d4;
--anise-flower:#f3e3b4;
--butter-cream:#f1b341;
--royal-gold-pearl:#d1a94d;
--vampire-red:#d63f2e;
}