Color names in this palette
CSS code for this palette
/* CSS */
.fiery-rose {
color: #ff4d76;
}
.peach-butter {
color: #fbaf3c;
}
.tamale-maize {
color: #f6e7b6;
}
.eucalipto {
color: #50c3a1;
}
.valhalla {
color: #2a2c41;
}
/* CSS Variables */
:root {
--fiery-rose:#ff4d76;
--peach-butter:#fbaf3c;
--tamale-maize:#f6e7b6;
--eucalipto:#50c3a1;
--valhalla:#2a2c41;
}