Color names in this palette
CSS code for this palette
/* CSS */
.gizmo {
color: #d2a3b5;
}
.puppy-love {
color: #e4b9c1;
}
.in-the-pink {
color: #f1c6d0;
}
.august-morning {
color: #ffd79e;
}
.copper-river {
color: #f3a56d;
}
/* CSS Variables */
:root {
--gizmo:#d2a3b5;
--puppy-love:#e4b9c1;
--in-the-pink:#f1c6d0;
--august-morning:#ffd79e;
--copper-river:#f3a56d;
}