Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.lavender-candy {
color: #f9b4d4;
}
.sweet-60 {
color: #f29cae;
}
.loveland {
color: #e46c90;
}
.beauty-queen {
color: #c45a8b;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--lavender-candy:#f9b4d4;
--sweet-60:#f29cae;
--loveland:#e46c90;
--beauty-queen:#c45a8b;
}