Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.everglade-mist {
color: #b7d7e1;
}
.love-at-first-sight {
color: #e5a4b2;
}
.peach-damask {
color: #f7c6a6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--everglade-mist:#b7d7e1;
--love-at-first-sight:#e5a4b2;
--peach-damask:#f7c6a6;
--grapefruit-pulp:#ff6e61;
}