Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.cloud-pink {
color: #f5d0c7;
}
.ancient-scroll {
color: #f1e4d0;
}
.filtered-forest {
color: #b7e1d4;
}
.terrace-pool {
color: #a3d8e0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--cloud-pink:#f5d0c7;
--ancient-scroll:#f1e4d0;
--filtered-forest:#b7e1d4;
--terrace-pool:#a3d8e0;
}