Color names in this palette
CSS code for this palette
/* CSS */
.pink-macaroon {
color: #e9afc7;
}
.tequila {
color: #f5d0a3;
}
.haystack {
color: #f1e3c6;
}
.serene-sky {
color: #c3e2ea;
}
.light-blue-glint {
color: #a8d4e1;
}
/* CSS Variables */
:root {
--pink-macaroon:#e9afc7;
--tequila:#f5d0a3;
--haystack:#f1e3c6;
--serene-sky:#c3e2ea;
--light-blue-glint:#a8d4e1;
}