Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f4c1a4;
}
.warming-peach {
color: #e6b8a2;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.island-light {
color: #a7c6e7;
}
.basin-blue {
color: #b9e2e4;
}
/* CSS Variables */
:root {
--neighborly-peach:#f4c1a4;
--warming-peach:#e6b8a2;
--enjoyable-yellow:#f6d6a7;
--island-light:#a7c6e7;
--basin-blue:#b9e2e4;
}