Color names in this palette
CSS code for this palette
/* CSS */
.clay-mug {
color: #d67c5c;
}
.orange-clay {
color: #e4a47c;
}
.tan-temptation {
color: #f2bd9c;
}
.song-of-summer {
color: #fce6b6;
}
.corally {
color: #fba9a2;
}
/* CSS Variables */
:root {
--clay-mug:#d67c5c;
--orange-clay:#e4a47c;
--tan-temptation:#f2bd9c;
--song-of-summer:#fce6b6;
--corally:#fba9a2;
}