Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d84b3b;
}
.welcoming-wasp {
color: #f0a800;
}
.pearl-yellow {
color: #f2e2ba;
}
.australium-gold {
color: #e5b33e;
}
.beet-red {
color: #7b1e3d;
}
/* CSS Variables */
:root {
--warming-heart:#d84b3b;
--welcoming-wasp:#f0a800;
--pearl-yellow:#f2e2ba;
--australium-gold:#e5b33e;
--beet-red:#7b1e3d;
}