Color names in this palette
CSS code for this palette
/* CSS */
.tort {
color: #5d8d8e;
}
.cold-front-green {
color: #83b0b4;
}
.skydiving {
color: #c5d7d8;
}
.lynx-white {
color: #f6f8f8;
}
.pumpkin-pie {
color: #e79c55;
}
/* CSS Variables */
:root {
--tort:#5d8d8e;
--cold-front-green:#83b0b4;
--skydiving:#c5d7d8;
--lynx-white:#f6f8f8;
--pumpkin-pie:#e79c55;
}