Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d85f41;
}
.butterscotch {
color: #f9b548;
}
.trapunto {
color: #f6e9b6;
}
.spring-garden {
color: #4f8c63;
}
.muted-lavender {
color: #3d5a99;
}
/* CSS Variables */
:root {
--fireglow:#d85f41;
--butterscotch:#f9b548;
--trapunto:#f6e9b6;
--spring-garden:#4f8c63;
--muted-lavender:#3d5a99;
}