Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #3b6d9b;
}
.pass-time-blue {
color: #5d9cb1;
}
.trisha-s-eyes {
color: #8db8c4;
}
.meadowsweet-mist {
color: #d3e4e2;
}
.first-date {
color: #f3b6a0;
}
/* CSS Variables */
:root {
--star-sapphire:#3b6d9b;
--pass-time-blue:#5d9cb1;
--trisha-s-eyes:#8db8c4;
--meadowsweet-mist:#d3e4e2;
--first-date:#f3b6a0;
}