Color names in this palette
CSS code for this palette
/* CSS */
.bali-sand {
color: #f6e8d5;
}
.starfish {
color: #e5bea4;
}
.apricotta {
color: #daa58b;
}
.sedona-canyon {
color: #c46c5a;
}
.sweet-cherry {
color: #9e4c4c;
}
/* CSS Variables */
:root {
--bali-sand:#f6e8d5;
--starfish:#e5bea4;
--apricotta:#daa58b;
--sedona-canyon:#c46c5a;
--sweet-cherry:#9e4c4c;
}