Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.blue-electress {
color: #6b9cd1;
}
.english-rose {
color: #f7c5c5;
}
.antique-wicker-basket {
color: #f2d3a1;
}
.green-daze {
color: #8dd3c7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--blue-electress:#6b9cd1;
--english-rose:#f7c5c5;
--antique-wicker-basket:#f2d3a1;
--green-daze:#8dd3c7;
}