Color names in this palette
CSS code for this palette
/* CSS */
.charlotte {
color: #a4e1e5;
}
.east-cape {
color: #b3f4e7;
}
.friendly-basilisk {
color: #dff6e2;
}
.white-nectar {
color: #f7f9d7;
}
.lady-banksia {
color: #fde3a5;
}
/* CSS Variables */
:root {
--charlotte:#a4e1e5;
--east-cape:#b3f4e7;
--friendly-basilisk:#dff6e2;
--white-nectar:#f7f9d7;
--lady-banksia:#fde3a5;
}