Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a5c0;
}
.salmon-fresco {
color: #fcb0a1;
}
.lemon-pound-cake {
color: #fddb91;
}
.overtone {
color: #a4e0b6;
}
.big-chill {
color: #7ec8e7;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a5c0;
--salmon-fresco:#fcb0a1;
--lemon-pound-cake:#fddb91;
--overtone:#a4e0b6;
--big-chill:#7ec8e7;
}