Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3b8b8c;
}
.dexter {
color: #6bb3b0;
}
.shallow-shoal {
color: #9fd6d3;
}
.diminished-pink {
color: #f0e5e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-chill:#3b8b8c;
--dexter:#6bb3b0;
--shallow-shoal:#9fd6d3;
--diminished-pink:#f0e5e0;
--grapefruit-pulp:#ff6e61;
}