Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f9a4bf;
}
.yellow-tulip {
color: #f5d06b;
}
.citrus-sachet {
color: #f1c6a7;
}
.posy-petal {
color: #f2889b;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--rogue-pink:#f9a4bf;
--yellow-tulip:#f5d06b;
--citrus-sachet:#f1c6a7;
--posy-petal:#f2889b;
--breeze-of-chilli:#f76e6e;
}