Color names in this palette
CSS code for this palette
/* CSS */
.pink-flambe {
color: #d54d81;
}
.love-at-first-sight {
color: #e3a6b0;
}
.hopeful {
color: #f3d3e1;
}
.solar-glow {
color: #f9f2be;
}
.venetian-yellow {
color: #f6e5a2;
}
/* CSS Variables */
:root {
--pink-flambe:#d54d81;
--love-at-first-sight:#e3a6b0;
--hopeful:#f3d3e1;
--solar-glow:#f9f2be;
--venetian-yellow:#f6e5a2;
}