Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.butternut {
color: #ffa175;
}
.sun-shower {
color: #fddd72;
}
.frugal {
color: #a5d4b0;
}
.greek-sea {
color: #71a3ef;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--butternut:#ffa175;
--sun-shower:#fddd72;
--frugal:#a5d4b0;
--greek-sea:#71a3ef;
}