Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.blue-dam {
color: #a1c9d4;
}
.quench-blue {
color: #b6e1e7;
}
.heart-s-content {
color: #e3b5be;
}
.raspberry-smoothie {
color: #cfa5b6;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--blue-dam:#a1c9d4;
--quench-blue:#b6e1e7;
--heart-s-content:#e3b5be;
--raspberry-smoothie:#cfa5b6;
}