Color names in this palette
CSS code for this palette
/* CSS */
.blue-green-gem {
color: #81cfc5;
}
.botanical-tint {
color: #a5e3d5;
}
.summer-house {
color: #c4f3e0;
}
.soft-silver {
color: #f6f8e8;
}
.chai-latte {
color: #f9cb9f;
}
/* CSS Variables */
:root {
--blue-green-gem:#81cfc5;
--botanical-tint:#a5e3d5;
--summer-house:#c4f3e0;
--soft-silver:#f6f8e8;
--chai-latte:#f9cb9f;
}