Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.big-bus-yellow {
color: #fddb8b;
}
.smooth-satin {
color: #a2d7d3;
}
.c-est-la-vie {
color: #81b6e4;
}
.bright-eggplant {
color: #5b4b8b;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--big-bus-yellow:#fddb8b;
--smooth-satin:#a2d7d3;
--c-est-la-vie:#81b6e4;
--bright-eggplant:#5b4b8b;
}