Color names in this palette
CSS code for this palette
/* CSS */
.boundless {
color: #5b6a86;
}
.forever-blue {
color: #8a9bb7;
}
.newman-s-eye {
color: #b3c7df;
}
.candlelight-peach {
color: #f5a49e;
}
.love-letter {
color: #e76a8f;
}
/* CSS Variables */
:root {
--boundless:#5b6a86;
--forever-blue:#8a9bb7;
--newman-s-eye:#b3c7df;
--candlelight-peach:#f5a49e;
--love-letter:#e76a8f;
}