Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.high-sierra {
color: #cfdfe2;
}
.araucana-egg {
color: #add8e1;
}
.first-date {
color: #f7b2a1;
}
.paprika-kisses {
color: #c64a24;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--high-sierra:#cfdfe2;
--araucana-egg:#add8e1;
--first-date:#f7b2a1;
--paprika-kisses:#c64a24;
}