Color names in this palette
CSS code for this palette
/* CSS */
.pink-nectar {
color: #d5aab8;
}
.peach-temptation {
color: #f1c6b1;
}
.soft-butter {
color: #f6e1b6;
}
.ode-to-green {
color: #b3e6d5;
}
.chefchaouen-blue {
color: #a6d2e8;
}
/* CSS Variables */
:root {
--pink-nectar:#d5aab8;
--peach-temptation:#f1c6b1;
--soft-butter:#f6e1b6;
--ode-to-green:#b3e6d5;
--chefchaouen-blue:#a6d2e8;
}