Color names in this palette
CSS code for this palette
/* CSS */
.indian-clay {
color: #f2cfc0;
}
.snow-white-blush {
color: #f9aeae;
}
.sweet-apricot {
color: #f9c1a9;
}
.trapunto {
color: #f5e8b7;
}
.natural-youth {
color: #d9e9b4;
}
/* CSS Variables */
:root {
--indian-clay:#f2cfc0;
--snow-white-blush:#f9aeae;
--sweet-apricot:#f9c1a9;
--trapunto:#f5e8b7;
--natural-youth:#d9e9b4;
}