Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.everblooming {
color: #f1c6b6;
}
.belgian-waffle {
color: #f1dfb7;
}
.lasting-thoughts {
color: #d1e6b2;
}
.french-pass {
color: #a3d1e0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--everblooming:#f1c6b6;
--belgian-waffle:#f1dfb7;
--lasting-thoughts:#d1e6b2;
--french-pass:#a3d1e0;
}