Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.light-ginger-yellow {
color: #f9d28b;
}
.noodles {
color: #f9e2b4;
}
.terrace-pool {
color: #a3d6e0;
}
.mountain-bluebird {
color: #499bc1;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--light-ginger-yellow:#f9d28b;
--noodles:#f9e2b4;
--terrace-pool:#a3d6e0;
--mountain-bluebird:#499bc1;
}