Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.festival-de-verano {
color: #b8e0d9;
}
.spring-yellow {
color: #f3e57c;
}
.trump-tan {
color: #f9a76c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--festival-de-verano:#b8e0d9;
--spring-yellow:#f3e57c;
--trump-tan:#f9a76c;
--grapefruit-pulp:#ff6e61;
}