Color names in this palette
CSS code for this palette
/* CSS */
.blue-pot {
color: #a2afc3;
}
.blue-pearl {
color: #c5d8e2;
}
.early-sunset {
color: #f3e5d8;
}
.august-morning {
color: #ffd79e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-pot:#a2afc3;
--blue-pearl:#c5d8e2;
--early-sunset:#f3e5d8;
--august-morning:#ffd79e;
--grapefruit-pulp:#ff6e61;
}