Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #fbbcd9;
}
.rose-mallow {
color: #f2a6c9;
}
.astilbe {
color: #f08ead;
}
.little-bow-pink {
color: #d57c9d;
}
.spruce-tree-flower {
color: #b65d93;
}
/* CSS Variables */
:root {
--flamingo-feather:#fbbcd9;
--rose-mallow:#f2a6c9;
--astilbe:#f08ead;
--little-bow-pink:#d57c9d;
--spruce-tree-flower:#b65d93;
}