Color names in this palette
CSS code for this palette
/* CSS */
.sour-candy {
color: #69af4b;
}
.pot-of-gold {
color: #f9cb24;
}
.pesto-calabrese {
color: #f09328;
}
.khmer-curry {
color: #eb5656;
}
.royal-regatta {
color: #6b8acc;
}
/* CSS Variables */
:root {
--sour-candy:#69af4b;
--pot-of-gold:#f9cb24;
--pesto-calabrese:#f09328;
--khmer-curry:#eb5656;
--royal-regatta:#6b8acc;
}