Color names in this palette
CSS code for this palette
/* CSS */
.newman-s-eye {
color: #b2c9e1;
}
.french-vanilla {
color: #f1e2a7;
}
.sweet-lilac {
color: #eab8d1;
}
.reed {
color: #c5d5a5;
}
.catarina-green {
color: #8cc0b1;
}
/* CSS Variables */
:root {
--newman-s-eye:#b2c9e1;
--french-vanilla:#f1e2a7;
--sweet-lilac:#eab8d1;
--reed:#c5d5a5;
--catarina-green:#8cc0b1;
}