Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.alpenglow {
color: #f3c1b9;
}
.pipitschah {
color: #f5e4c2;
}
.russet-green {
color: #e0d69f;
}
.fringy-flower {
color: #b7e1b9;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--alpenglow:#f3c1b9;
--pipitschah:#f5e4c2;
--russet-green:#e0d69f;
--fringy-flower:#b7e1b9;
}