Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.melon-pink {
color: #f1d3c6;
}
.optimistic-yellow {
color: #f7e0a6;
}
.reef-refractions {
color: #d1f2a6;
}
.ganon-blue {
color: #a6e3f7;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--melon-pink:#f1d3c6;
--optimistic-yellow:#f7e0a6;
--reef-refractions:#d1f2a6;
--ganon-blue:#a6e3f7;
}