Color names in this palette
CSS code for this palette
/* CSS */
.starfish {
color: #e6bda3;
}
.amber-grey {
color: #d1a68f;
}
.yum-raw-spam {
color: #c68d76;
}
.happy-trails {
color: #b57c69;
}
.cheek-red {
color: #a45b5b;
}
/* CSS Variables */
:root {
--starfish:#e6bda3;
--amber-grey:#d1a68f;
--yum-raw-spam:#c68d76;
--happy-trails:#b57c69;
--cheek-red:#a45b5b;
}