Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.lemon-pound-cake {
color: #fddb91;
}
.lazy-daisy {
color: #f3e7a0;
}
.quench-blue {
color: #b5e1e8;
}
.blue-dam {
color: #a1c6d4;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--lemon-pound-cake:#fddb91;
--lazy-daisy:#f3e7a0;
--quench-blue:#b5e1e8;
--blue-dam:#a1c6d4;
}