Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b3;
}
.violet-kiss {
color: #f2a1d3;
}
.buttery-croissant {
color: #f8e29b;
}
.arts-crafts-gold {
color: #f5c88a;
}
.earth-yellow {
color: #e0a55c;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b3;
--violet-kiss:#f2a1d3;
--buttery-croissant:#f8e29b;
--arts-crafts-gold:#f5c88a;
--earth-yellow:#e0a55c;
}