Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.aqueous {
color: #3c8e9a;
}
.ocean-trip {
color: #5db0b6;
}
.touch-of-turquoise {
color: #a3d1d1;
}
.venus-pink {
color: #f0e5e6;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--aqueous:#3c8e9a;
--ocean-trip:#5db0b6;
--touch-of-turquoise:#a3d1d1;
--venus-pink:#f0e5e6;
}