Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.yellow-diamond {
color: #f6f1d5;
}
.curtsy {
color: #ffd4b8;
}
.grapefruit-pulp {
color: #ff6e61;
}
.purple-corallite {
color: #5a4f8c;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--yellow-diamond:#f6f1d5;
--curtsy:#ffd4b8;
--grapefruit-pulp:#ff6e61;
--purple-corallite:#5a4f8c;
}