Color names in this palette
CSS code for this palette
/* CSS */
.honey-grove {
color: #d9b34a;
}
.tile-green {
color: #799a8d;
}
.petrol-green {
color: #4f9c8b;
}
.wipeout {
color: #3f7e97;
}
.nautical {
color: #2e4a7a;
}
/* CSS Variables */
:root {
--honey-grove:#d9b34a;
--tile-green:#799a8d;
--petrol-green:#4f9c8b;
--wipeout:#3f7e97;
--nautical:#2e4a7a;
}