Color names in this palette
CSS code for this palette
/* CSS */
.waterfall {
color: #38a8a5;
}
.clean-pool {
color: #4cc8e1;
}
.everest {
color: #a2e2e0;
}
.flower-of-oahu {
color: #f7e0c5;
}
.trump-tan {
color: #f9a96c;
}
/* CSS Variables */
:root {
--waterfall:#38a8a5;
--clean-pool:#4cc8e1;
--everest:#a2e2e0;
--flower-of-oahu:#f7e0c5;
--trump-tan:#f9a96c;
}