Color names in this palette
CSS code for this palette
/* CSS */
.tort {
color: #5a908f;
}
.hole-in-one {
color: #4baf8f;
}
.green-trance {
color: #a2d59f;
}
.peach-damask {
color: #f6c5a7;
}
.natural-candy-pink {
color: #e57179;
}
/* CSS Variables */
:root {
--tort:#5a908f;
--hole-in-one:#4baf8f;
--green-trance:#a2d59f;
--peach-damask:#f6c5a7;
--natural-candy-pink:#e57179;
}