Color names in this palette
CSS code for this palette
/* CSS */
.pyrite {
color: #f4c543;
}
.fluffy-duckling {
color: #f9e339;
}
.t-morokoshi-corn {
color: #f8a649;
}
.forbidden-fruit {
color: #f87c7c;
}
.pink-heath {
color: #f2bae1;
}
/* CSS Variables */
:root {
--pyrite:#f4c543;
--fluffy-duckling:#f9e339;
--t-morokoshi-corn:#f8a649;
--forbidden-fruit:#f87c7c;
--pink-heath:#f2bae1;
}