Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b2;
}
.venetian-yellow {
color: #f7e3a1;
}
.lazy-daisy {
color: #f9eaa4;
}
.sunday-afternoon {
color: #f4c87b;
}
.chipmunk {
color: #d3a14a;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b2;
--venetian-yellow:#f7e3a1;
--lazy-daisy:#f9eaa4;
--sunday-afternoon:#f4c87b;
--chipmunk:#d3a14a;
}