Color names in this palette
CSS code for this palette
/* CSS */
.larkspur-blue {
color: #24b2b2;
}
.fresh-turquoise {
color: #41d8d0;
}
.everest {
color: #a1e2e0;
}
.summer-resort {
color: #f9f1b9;
}
.ibis {
color: #f6b6c1;
}
/* CSS Variables */
:root {
--larkspur-blue:#24b2b2;
--fresh-turquoise:#41d8d0;
--everest:#a1e2e0;
--summer-resort:#f9f1b9;
--ibis:#f6b6c1;
}