Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f8c4d0;
}
.sweet-lilac {
color: #eab8d1;
}
.barely-bloomed {
color: #daa9e5;
}
.maximum-blue-purple {
color: #b0a5e9;
}
.watery-sea {
color: #8cbce8;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f8c4d0;
--sweet-lilac:#eab8d1;
--barely-bloomed:#daa9e5;
--maximum-blue-purple:#b0a5e9;
--watery-sea:#8cbce8;
}