Color names in this palette
CSS code for this palette
/* CSS */
.fluffy-duckling {
color: #f7e13b;
}
.young-green-onion {
color: #a2da4e;
}
.veranda-blue {
color: #63b6b0;
}
.diva-violet {
color: #4e78c1;
}
.purple-sapphire {
color: #794b8b;
}
/* CSS Variables */
:root {
--fluffy-duckling:#f7e13b;
--young-green-onion:#a2da4e;
--veranda-blue:#63b6b0;
--diva-violet:#4e78c1;
--purple-sapphire:#794b8b;
}