Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kindred {
color: #6f9ed8;
}
.sunglow-gecko {
color: #ffce47;
}
.snow-pea {
color: #6ccb79;
}
.blush-hour {
color: #ff6b93;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kindred:#6f9ed8;
--sunglow-gecko:#ffce47;
--snow-pea:#6ccb79;
--blush-hour:#ff6b93;
}