Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a3d7e6;
}
.blue-dam {
color: #a2c9d2;
}
.bay {
color: #b5e3d3;
}
.pink-grapefruit {
color: #f4b8c7;
}
.blended-fruit {
color: #f9e4a4;
}
/* CSS Variables */
:root {
--nevada-sky:#a3d7e6;
--blue-dam:#a2c9d2;
--bay:#b5e3d3;
--pink-grapefruit:#f4b8c7;
--blended-fruit:#f9e4a4;
}