Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-kiss {
color: #c76b9b;
}
.rozowy-pink {
color: #f2a6b6;
}
.barely-pink {
color: #f9d7db;
}
.friendly-yellow {
color: #f6e0b1;
}
.sweet-honey {
color: #d4a55e;
}
/* CSS Variables */
:root {
--fuchsia-kiss:#c76b9b;
--rozowy-pink:#f2a6b6;
--barely-pink:#f9d7db;
--friendly-yellow:#f6e0b1;
--sweet-honey:#d4a55e;
}