Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1d898b;
}
.crystalsong-blue {
color: #4db3b1;
}
.belize {
color: #7ed0d3;
}
.lime-bright {
color: #f3e4af;
}
.pink-punch {
color: #d24b6d;
}
/* CSS Variables */
:root {
--riviera-sea:#1d898b;
--crystalsong-blue:#4db3b1;
--belize:#7ed0d3;
--lime-bright:#f3e4af;
--pink-punch:#d24b6d;
}