Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.applemint-soda {
color: #f1f7e9;
}
.duck-egg-cream {
color: #c9e4d4;
}
.monte-carlo {
color: #7ac2b6;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--white:#ffffff;
--applemint-soda:#f1f7e9;
--duck-egg-cream:#c9e4d4;
--monte-carlo:#7ac2b6;
--azure-tide:#2a9d90;
}