Color names in this palette
CSS code for this palette
/* CSS */
.terra-rose {
color: #9c6c68;
}
.bamboo-beige {
color: #c1ae9f;
}
.cream-tan {
color: #e3c8ba;
}
.iced-apricot {
color: #f0d6c1;
}
.king-crimson {
color: #c94a4a;
}
/* CSS Variables */
:root {
--terra-rose:#9c6c68;
--bamboo-beige:#c1ae9f;
--cream-tan:#e3c8ba;
--iced-apricot:#f0d6c1;
--king-crimson:#c94a4a;
}