Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.stella-dora {
color: #f8d8a5;
}
.french-vanilla {
color: #f1e0a7;
}
.sea-cliff {
color: #a3c6e0;
}
.sinbad {
color: #a7d7d0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--stella-dora:#f8d8a5;
--french-vanilla:#f1e0a7;
--sea-cliff:#a3c6e0;
--sinbad:#a7d7d0;
}