Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d4e0;
}
.pallid-orange {
color: #f9b79f;
}
.tamale-maize {
color: #f7e7b6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.natural-candy-pink {
color: #e26f7b;
}
/* CSS Variables */
:root {
--french-pass:#a3d4e0;
--pallid-orange:#f9b79f;
--tamale-maize:#f7e7b6;
--grapefruit-pulp:#ff6e61;
--natural-candy-pink:#e26f7b;
}