Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9ed9e0;
}
.aquatint {
color: #b8e5e0;
}
.alice-blue {
color: #f0f8ff;
}
.sweetheart {
color: #f4c3d6;
}
.christy-s-smile {
color: #f8b9ce;
}
/* CSS Variables */
:root {
--terrace-pool:#9ed9e0;
--aquatint:#b8e5e0;
--alice-blue:#f0f8ff;
--sweetheart:#f4c3d6;
--christy-s-smile:#f8b9ce;
}