Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.peach-damask {
color: #f6c5a7;
}
.creamy-gelato {
color: #f1e2c6;
}
.terrace-pool {
color: #a3d6e0;
}
.cottage-blue {
color: #7a9fc2;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--peach-damask:#f6c5a7;
--creamy-gelato:#f1e2c6;
--terrace-pool:#a3d6e0;
--cottage-blue:#7a9fc2;
}