Color names in this palette
CSS code for this palette
/* CSS */
.watermelon {
color: #ff4d5e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.sour-candy {
color: #69af4b;
}
.tint-of-turquoise {
color: #3dc2b5;
}
/* CSS Variables */
:root {
--watermelon:#ff4d5e;
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--sour-candy:#69af4b;
--tint-of-turquoise:#3dc2b5;
}