Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.first-peach {
color: #f4c8c8;
}
.woven-raffia {
color: #f0e1c1;
}
.russet-green {
color: #e2d8a2;
}
.sanctuary {
color: #d4c7a5;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--first-peach:#f4c8c8;
--woven-raffia:#f0e1c1;
--russet-green:#e2d8a2;
--sanctuary:#d4c7a5;
}