Color names in this palette
CSS code for this palette
/* CSS */
.alhambra-cream {
color: #f8f2e2;
}
.pure-beige {
color: #e7d0c5;
}
.pink-fit {
color: #f2a6b1;
}
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--alhambra-cream:#f8f2e2;
--pure-beige:#e7d0c5;
--pink-fit:#f2a6b1;
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
}