Color names in this palette
CSS code for this palette
/* CSS */
.larimar-blue {
color: #1e77b3;
}
.shimmer {
color: #84c6e7;
}
.break-the-ice {
color: #b2e0f0;
}
.pretty-pink-piggy {
color: #f3aad8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--larimar-blue:#1e77b3;
--shimmer:#84c6e7;
--break-the-ice:#b2e0f0;
--pretty-pink-piggy:#f3aad8;
--grapefruit-pulp:#ff6e61;
}