Color names in this palette
CSS code for this palette
/* CSS */
.azure-lake {
color: #7cb9c5;
}
.cruise {
color: #b2e0d6;
}
.cream-blush {
color: #f4c299;
}
.parma-ham {
color: #f49480;
}
.mild-heart-attack {
color: #ef6f61;
}
/* CSS Variables */
:root {
--azure-lake:#7cb9c5;
--cruise:#b2e0d6;
--cream-blush:#f4c299;
--parma-ham:#f49480;
--mild-heart-attack:#ef6f61;
}