Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.prosecco {
color: #f9d6a4;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.overtone {
color: #a7e2b0;
}
.light-budgie-blue {
color: #9ed6e5;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--prosecco:#f9d6a4;
--smooth-as-corn-silk:#f4e4b3;
--overtone:#a7e2b0;
--light-budgie-blue:#9ed6e5;
}