Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7bf;
}
.strawberry-confection {
color: #f3bfc7;
}
.posy {
color: #f3e2d3;
}
.chai-latte {
color: #f9c89f;
}
.sunburst {
color: #f6b679;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7bf;
--strawberry-confection:#f3bfc7;
--posy:#f3e2d3;
--chai-latte:#f9c89f;
--sunburst:#f6b679;
}