Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.floral-leaf {
color: #ffb84d;
}
.golden-nectar {
color: #ffda6b;
}
.aqua-island {
color: #a3d7d7;
}
.fennel-flower {
color: #6b9cff;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--floral-leaf:#ffb84d;
--golden-nectar:#ffda6b;
--aqua-island:#a3d7d7;
--fennel-flower:#6b9cff;
}