Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.lemon-filling {
color: #f7e6a6;
}
.aqua-bay {
color: #b7e1c6;
}
.nevada-sky {
color: #a3d7e6;
}
.fate {
color: #6b9ec2;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--lemon-filling:#f7e6a6;
--aqua-bay:#b7e1c6;
--nevada-sky:#a3d7e6;
--fate:#6b9ec2;
}