Color names in this palette
CSS code for this palette
/* CSS */
.huelve-o-horizon {
color: #1bb2e4;
}
.lake-thun {
color: #3cc5d7;
}
.near-moon {
color: #5fe7d3;
}
.tenacious-tentacles {
color: #95f4b6;
}
.carla {
color: #f2f9c8;
}
/* CSS Variables */
:root {
--huelve-o-horizon:#1bb2e4;
--lake-thun:#3cc5d7;
--near-moon:#5fe7d3;
--tenacious-tentacles:#95f4b6;
--carla:#f2f9c8;
}