Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.coral-bisque {
color: #f6c5b1;
}
.james-blonde {
color: #f2e3b5;
}
.sage-sensation {
color: #afeb8e;
}
.not-a-cloud-in-sight {
color: #80c7d6;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--coral-bisque:#f6c5b1;
--james-blonde:#f2e3b5;
--sage-sensation:#afeb8e;
--not-a-cloud-in-sight:#80c7d6;
}