Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.peach-damask {
color: #f7c6a6;
}
.flan {
color: #f7e4b1;
}
.madang {
color: #b5e3a5;
}
.terrace-pool {
color: #a3d7e0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--peach-damask:#f7c6a6;
--flan:#f7e4b1;
--madang:#b5e3a5;
--terrace-pool:#a3d7e0;
}