Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.zirconia-teal {
color: #2a7e7e;
}
.p-ng-g-o-l-green {
color: #1dbf91;
}
.sunny-mood {
color: #f6c84c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--zirconia-teal:#2a7e7e;
--p-ng-g-o-l-green:#1dbf91;
--sunny-mood:#f6c84c;
--grapefruit-pulp:#ff6e61;
}