Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.scooter {
color: #2a8ea7;
}
.epimetheus {
color: #4db3d5;
}
.early-july {
color: #a8e0eb;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--scooter:#2a8ea7;
--epimetheus:#4db3d5;
--early-july:#a8e0eb;
--wash-me:#f8fafc;
}