Color names in this palette
CSS code for this palette
/* CSS */
.red-sparowes {
color: #c6746c;
}
.western-sunrise {
color: #dca46f;
}
.bountiful-gold {
color: #e4c66c;
}
.banana-drama {
color: #f2d64a;
}
.pink-blush {
color: #f7abb5;
}
/* CSS Variables */
:root {
--red-sparowes:#c6746c;
--western-sunrise:#dca46f;
--bountiful-gold:#e4c66c;
--banana-drama:#f2d64a;
--pink-blush:#f7abb5;
}