Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.poodle-pink {
color: #efd2e7;
}
.lingering-lilac {
color: #e5e0f0;
}
.ice-cold-stare {
color: #b4c5f9;
}
.long-island-sound {
color: #90d2f9;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--poodle-pink:#efd2e7;
--lingering-lilac:#e5e0f0;
--ice-cold-stare:#b4c5f9;
--long-island-sound:#90d2f9;
}