Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f5a3b8;
}
.peach-temptation {
color: #f2c7b1;
}
.forest-found {
color: #e3e1ba;
}
.basil-smash {
color: #b5e1a3;
}
.french-pass {
color: #a3d2e0;
}
/* CSS Variables */
:root {
--pink-chalk:#f5a3b8;
--peach-temptation:#f2c7b1;
--forest-found:#e3e1ba;
--basil-smash:#b5e1a3;
--french-pass:#a3d2e0;
}