Color names in this palette
CSS code for this palette
/* CSS */
.samoan-sun {
color: #f5b942;
}
.salmon-eggs {
color: #f9d55d;
}
.blended-fruit {
color: #f9e1a4;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.forbidden-fruit {
color: #f97b7b;
}
/* CSS Variables */
:root {
--samoan-sun:#f5b942;
--salmon-eggs:#f9d55d;
--blended-fruit:#f9e1a4;
--sullivan-s-heart:#f7c5d5;
--forbidden-fruit:#f97b7b;
}