Color names in this palette
CSS code for this palette
/* CSS */
.sweet-sheba {
color: #f0b6a8;
}
.miami-stucco {
color: #f5d7b7;
}
.cymophane-yellow {
color: #f4e5a4;
}
.feather-green {
color: #a2d2b5;
}
.aqueduct {
color: #61b6b8;
}
/* CSS Variables */
:root {
--sweet-sheba:#f0b6a8;
--miami-stucco:#f5d7b7;
--cymophane-yellow:#f4e5a4;
--feather-green:#a2d2b5;
--aqueduct:#61b6b8;
}