Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b3;
}
.rose-reminder {
color: #f5c2c6;
}
.sand-pearl {
color: #e6d5b7;
}
.olive-buff {
color: #c3d680;
}
.lima-bean-green {
color: #8abf69;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b3;
--rose-reminder:#f5c2c6;
--sand-pearl:#e6d5b7;
--olive-buff:#c3d680;
--lima-bean-green:#8abf69;
}