CSS code for this palette
/* CSS */
.gizmo {
color: #d2a2b5;
}
.toasted-coconut {
color: #e8c2a1;
}
.blended-fruit {
color: #f9e1a4;
}
.bay {
color: #b1e2d4;
}
.durban-sky {
color: #5f8d9b;
}
/* CSS Variables */
:root {
--gizmo:#d2a2b5;
--toasted-coconut:#e8c2a1;
--blended-fruit:#f9e1a4;
--bay:#b1e2d4;
--durban-sky:#5f8d9b;
}