Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f6e0b1;
}
.sullivan-s-heart {
color: #f8c4d3;
}
.rose-mallow {
color: #f1a7c6;
}
.crushed-berries {
color: #d05d9e;
}
.berry-curious {
color: #9c1c5e;
}
/* CSS Variables */
:root {
--friendly-yellow:#f6e0b1;
--sullivan-s-heart:#f8c4d3;
--rose-mallow:#f1a7c6;
--crushed-berries:#d05d9e;
--berry-curious:#9c1c5e;
}