Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1f8989;
}
.latigo-bay {
color: #409c9c;
}
.aqueduct {
color: #5fb4b4;
}
.sweet-rhapsody {
color: #8fd6d6;
}
.ice-citadel {
color: #b4f3f3;
}
/* CSS Variables */
:root {
--riviera-sea:#1f8989;
--latigo-bay:#409c9c;
--aqueduct:#5fb4b4;
--sweet-rhapsody:#8fd6d6;
--ice-citadel:#b4f3f3;
}