Color names in this palette
CSS code for this palette
/* CSS */
.cambridge-blue {
color: #a4c1ae;
}
.lime-spritz {
color: #d8e2cf;
}
.open-book {
color: #f5f1e5;
}
.lion-cub {
color: #f8caa5;
}
.beauty-bush {
color: #ebb9b2;
}
/* CSS Variables */
:root {
--cambridge-blue:#a4c1ae;
--lime-spritz:#d8e2cf;
--open-book:#f5f1e5;
--lion-cub:#f8caa5;
--beauty-bush:#ebb9b2;
}