Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1b8888;
}
.verdigris {
color: #3cafaf;
}
.blue-radiance {
color: #5ed4d4;
}
.pale-king-s-blue {
color: #a3f0f0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--riviera-sea:#1b8888;
--verdigris:#3cafaf;
--blue-radiance:#5ed4d4;
--pale-king-s-blue:#a3f0f0;
--grapefruit-pulp:#ff6e61;
}