Color names in this palette
CSS code for this palette
/* CSS */
.flounce {
color: #4a8c8c;
}
.mosaic-tile {
color: #1e6b6b;
}
.hornblende-green {
color: #1f4d4d;
}
.neighborly-peach {
color: #f1c3a2;
}
.sandy-brown {
color: #f1a65f;
}
/* CSS Variables */
:root {
--flounce:#4a8c8c;
--mosaic-tile:#1e6b6b;
--hornblende-green:#1f4d4d;
--neighborly-peach:#f1c3a2;
--sandy-brown:#f1a65f;
}