Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a7e4e6;
}
.gentle-giant {
color: #b4e9e3;
}
.pastel-jade {
color: #d4f2e0;
}
.bean-sprout {
color: #f5f9e6;
}
.sunday-afternoon {
color: #f5c67a;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a7e4e6;
--gentle-giant:#b4e9e3;
--pastel-jade:#d4f2e0;
--bean-sprout:#f5f9e6;
--sunday-afternoon:#f5c67a;
}