Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.channel {
color: #f1c4c0;
}
.delicate-lace {
color: #f3e6d3;
}
.light-fresh-lime {
color: #e0f7d4;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--channel:#f1c4c0;
--delicate-lace:#f3e6d3;
--light-fresh-lime:#e0f7d4;
--light-blue-glint:#a8d3e1;
}