Color names in this palette
CSS code for this palette
/* CSS */
.soft-salmon {
color: #e8a8a1;
}
.snowpink {
color: #f0c5c1;
}
.yellow-shimmer {
color: #f7e3ca;
}
.bean-sprout {
color: #f4f9e6;
}
.frosty-soft-blue {
color: #b2e1e0;
}
/* CSS Variables */
:root {
--soft-salmon:#e8a8a1;
--snowpink:#f0c5c1;
--yellow-shimmer:#f7e3ca;
--bean-sprout:#f4f9e6;
--frosty-soft-blue:#b2e1e0;
}