Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a7dae2;
}
.desire-pink {
color: #efc3d1;
}
.paw-paw {
color: #f9d59a;
}
.mystic-tulip {
color: #f9b49f;
}
.camellia-pink {
color: #d1719f;
}
/* CSS Variables */
:root {
--winsome-hue:#a7dae2;
--desire-pink:#efc3d1;
--paw-paw:#f9d59a;
--mystic-tulip:#f9b49f;
--camellia-pink:#d1719f;
}