Color names in this palette
CSS code for this palette
/* CSS */
.fair-aqua {
color: #b6e2d7;
}
.babbling-creek {
color: #a7b8d3;
}
.love-at-first-sight {
color: #e5a4b3;
}
.peach-temptation {
color: #f4c3b3;
}
.ice-cold-green {
color: #d8eaa9;
}
/* CSS Variables */
:root {
--fair-aqua:#b6e2d7;
--babbling-creek:#a7b8d3;
--love-at-first-sight:#e5a4b3;
--peach-temptation:#f4c3b3;
--ice-cold-green:#d8eaa9;
}