Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2a9;
}
.ginger-peach {
color: #f8d3a0;
}
.schabziger-green {
color: #e6e3b7;
}
.shallow-shoal {
color: #9fd6d2;
}
.purple-hyacinth {
color: #6a8ebe;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2a9;
--ginger-peach:#f8d3a0;
--schabziger-green:#e6e3b7;
--shallow-shoal:#9fd6d2;
--purple-hyacinth:#6a8ebe;
}