Color names in this palette
CSS code for this palette
/* CSS */
.elizabeth-blue {
color: #a1b4d3;
}
.caulerpa-lentillifera {
color: #5b9a99;
}
.moat {
color: #3f6b6e;
}
.romantic {
color: #ffc59e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--elizabeth-blue:#a1b4d3;
--caulerpa-lentillifera:#5b9a99;
--moat:#3f6b6e;
--romantic:#ffc59e;
--grapefruit-pulp:#ff6e61;
}