Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a7;
}
.neighborly-peach {
color: #f1c3a2;
}
.schabziger-green {
color: #e6e2b7;
}
.whirlpool {
color: #a7d7c9;
}
.island-light {
color: #a6c6ed;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a7;
--neighborly-peach:#f1c3a2;
--schabziger-green:#e6e2b7;
--whirlpool:#a7d7c9;
--island-light:#a6c6ed;
}