Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f7c0d1;
}
.anise-flower {
color: #f5e3b7;
}
.khaki-core {
color: #f9e4ae;
}
.lattice-work {
color: #b5e3c0;
}
.pure-turquoise {
color: #77c2c5;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f7c0d1;
--anise-flower:#f5e3b7;
--khaki-core:#f9e4ae;
--lattice-work:#b5e3c0;
--pure-turquoise:#77c2c5;
}