Color names in this palette
CSS code for this palette
/* CSS */
.pluviophile {
color: #67d2e0;
}
.mountain-range-blue {
color: #53b8ca;
}
.sports-blue {
color: #3e9ab6;
}
.scooter {
color: #2a909d;
}
.riviera-sea {
color: #1b7d88;
}
/* CSS Variables */
:root {
--pluviophile:#67d2e0;
--mountain-range-blue:#53b8ca;
--sports-blue:#3e9ab6;
--scooter:#2a909d;
--riviera-sea:#1b7d88;
}