Color names in this palette
CSS code for this palette
/* CSS */
.pegeen-peony {
color: #e8a1b2;
}
.lily-legs {
color: #f1c6d5;
}
.marshmallow-rose {
color: #f6e4e7;
}
.honey-tone {
color: #f9d99a;
}
.calabrese {
color: #f6a8a2;
}
/* CSS Variables */
:root {
--pegeen-peony:#e8a1b2;
--lily-legs:#f1c6d5;
--marshmallow-rose:#f6e4e7;
--honey-tone:#f9d99a;
--calabrese:#f6a8a2;
}