Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.apricot-obsession {
color: #f6c4b6;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.ice-cube {
color: #afe4d7;
}
.peppy {
color: #6fd8b5;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--apricot-obsession:#f6c4b6;
--smooth-as-corn-silk:#f4e4b3;
--ice-cube:#afe4d7;
--peppy:#6fd8b5;
}