Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e6a3b1;
}
.neighborly-peach {
color: #f1c0a2;
}
.bone-white {
color: #f1e1b1;
}
.juzcar-blue {
color: #a2d3f1;
}
.teclis-blue {
color: #a3b1e6;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e6a3b1;
--neighborly-peach:#f1c0a2;
--bone-white:#f1e1b1;
--juzcar-blue:#a2d3f1;
--teclis-blue:#a3b1e6;
}