Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.white-strawberry {
color: #fce3b6;
}
.lantern-light {
color: #f5eab8;
}
.winsome-hue {
color: #a7d7e2;
}
.template {
color: #a7c9e2;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--white-strawberry:#fce3b6;
--lantern-light:#f5eab8;
--winsome-hue:#a7d7e2;
--template:#a7c9e2;
}