Color names in this palette
CSS code for this palette
/* CSS */
.meat {
color: #f47b7b;
}
.arts-crafts-gold {
color: #f9c78b;
}
.garden-room {
color: #a9d6a9;
}
.jordy-blue {
color: #7ca5df;
}
.herb-robert {
color: #d8a4df;
}
/* CSS Variables */
:root {
--meat:#f47b7b;
--arts-crafts-gold:#f9c78b;
--garden-room:#a9d6a9;
--jordy-blue:#7ca5df;
--herb-robert:#d8a4df;
}