Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.almond-cream {
color: #f5c19e;
}
.ethereal-green {
color: #f1e8c6;
}
.quantum-effect {
color: #b2e0c3;
}
.terrace-pool {
color: #a3d8e0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--almond-cream:#f5c19e;
--ethereal-green:#f1e8c6;
--quantum-effect:#b2e0c3;
--terrace-pool:#a3d8e0;
}