Color names in this palette
CSS code for this palette
/* CSS */
.geneva-green {
color: #1e7b7b;
}
.crystalsong-blue {
color: #4eb1b1;
}
.fling-green {
color: #8dd3d3;
}
.sunrise {
color: #f6c279;
}
.meat {
color: #f47b7b;
}
/* CSS Variables */
:root {
--geneva-green:#1e7b7b;
--crystalsong-blue:#4eb1b1;
--fling-green:#8dd3d3;
--sunrise:#f6c279;
--meat:#f47b7b;
}