Color names in this palette
CSS code for this palette
/* CSS */
.pool-water {
color: #1f8bff;
}
.blue-atoll {
color: #00b4e6;
}
.lifeless-green {
color: #00d6a8;
}
.light-green {
color: #6efc8a;
}
.pink-fire {
color: #ff8161;
}
/* CSS Variables */
:root {
--pool-water:#1f8bff;
--blue-atoll:#00b4e6;
--lifeless-green:#00d6a8;
--light-green:#6efc8a;
--pink-fire:#ff8161;
}