Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dwarven-peaches {
color: #ffa07a;
}
.tiny-pink {
color: #ffd4c7;
}
.terrace-pool {
color: #a3d6e0;
}
.jugendstil-turquoise {
color: #5e9c9c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dwarven-peaches:#ffa07a;
--tiny-pink:#ffd4c7;
--terrace-pool:#a3d6e0;
--jugendstil-turquoise:#5e9c9c;
}