Color names in this palette
CSS code for this palette
/* CSS */
.angela-bay {
color: #a4c3e5;
}
.glacier-point {
color: #b4d7e9;
}
.ethereal-white {
color: #e7f2f3;
}
.sweetheart {
color: #f1c1d6;
}
.raspberry-smoothie {
color: #d19eb2;
}
/* CSS Variables */
:root {
--angela-bay:#a4c3e5;
--glacier-point:#b4d7e9;
--ethereal-white:#e7f2f3;
--sweetheart:#f1c1d6;
--raspberry-smoothie:#d19eb2;
}