Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.ginger-peach {
color: #f9d29f;
}
.angel-s-trumpet {
color: #f2e03a;
}
.last-of-lettuce {
color: #a1d869;
}
.xavier-blue {
color: #6db0e3;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--ginger-peach:#f9d29f;
--angel-s-trumpet:#f2e03a;
--last-of-lettuce:#a1d869;
--xavier-blue:#6db0e3;
}