Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c2b6;
}
.pink-fit {
color: #f5a8b0;
}
.light-orchid {
color: #eca7d5;
}
.ode-to-green {
color: #b7e6d9;
}
.chefchaouen-blue {
color: #a1d1e8;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c2b6;
--pink-fit:#f5a8b0;
--light-orchid:#eca7d5;
--ode-to-green:#b7e6d9;
--chefchaouen-blue:#a1d1e8;
}