Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7b2a1;
}
.easy-on-the-eyes {
color: #f9eab4;
}
.lime-lizard {
color: #a3d55d;
}
.norse-blue {
color: #3d9ac2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--first-date:#f7b2a1;
--easy-on-the-eyes:#f9eab4;
--lime-lizard:#a3d55d;
--norse-blue:#3d9ac2;
}