Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f6a7bb;
}
.nature-apricot {
color: #ffbaa3;
}
.workout-routine {
color: #ffd68a;
}
.capri-water-blue {
color: #a8e1d9;
}
.pastel-green {
color: #70db82;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f6a7bb;
--nature-apricot:#ffbaa3;
--workout-routine:#ffd68a;
--capri-water-blue:#a8e1d9;
--pastel-green:#70db82;
}