Color names in this palette
CSS code for this palette
/* CSS */
.delltone {
color: #8dc3a0;
}
.trapunto {
color: #f6e9b6;
}
.carnation-bouquet {
color: #f1c1d2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.steel-teal {
color: #5b8b8a;
}
/* CSS Variables */
:root {
--delltone:#8dc3a0;
--trapunto:#f6e9b6;
--carnation-bouquet:#f1c1d2;
--grapefruit-pulp:#ff6e61;
--steel-teal:#5b8b8a;
}