Color names in this palette
CSS code for this palette
/* CSS */
.geneva-green {
color: #1f7a7a;
}
.crystalsong-blue {
color: #4eb7b7;
}
.fling-green {
color: #8dd3d3;
}
.sun-dust {
color: #f5e0a3;
}
.hot-orange {
color: #f68a3c;
}
/* CSS Variables */
:root {
--geneva-green:#1f7a7a;
--crystalsong-blue:#4eb7b7;
--fling-green:#8dd3d3;
--sun-dust:#f5e0a3;
--hot-orange:#f68a3c;
}