Color names in this palette
CSS code for this palette
/* CSS */
.cyprus-green {
color: #6b9e8a;
}
.foul-green {
color: #84c8a2;
}
.northwind {
color: #cee5e8;
}
.golden-hour {
color: #f2b654;
}
.ornery-tangerine {
color: #f67e23;
}
/* CSS Variables */
:root {
--cyprus-green:#6b9e8a;
--foul-green:#84c8a2;
--northwind:#cee5e8;
--golden-hour:#f2b654;
--ornery-tangerine:#f67e23;
}