Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a5a1;
}
.chai-latte {
color: #f7cba1;
}
.venetian-yellow {
color: #f7e4a1;
}
.reef-refractions {
color: #d5f0a3;
}
.spinnaker {
color: #a3e1e0;
}
/* CSS Variables */
:root {
--roseberry:#f7a5a1;
--chai-latte:#f7cba1;
--venetian-yellow:#f7e4a1;
--reef-refractions:#d5f0a3;
--spinnaker:#a3e1e0;
}