Color names in this palette
CSS code for this palette
/* CSS */
.violetta {
color: #a76c9a;
}
.geranium-bud {
color: #d2a3c4;
}
.brittany-s-bow {
color: #f5d6e0;
}
.florida-sunrise {
color: #f3a76d;
}
.funchal-yellow {
color: #b8894c;
}
/* CSS Variables */
:root {
--violetta:#a76c9a;
--geranium-bud:#d2a3c4;
--brittany-s-bow:#f5d6e0;
--florida-sunrise:#f3a76d;
--funchal-yellow:#b8894c;
}