Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.yucca-cream {
color: #a1d9cc;
}
.fresh-dew {
color: #f0f8e2;
}
.sundown {
color: #f5c99e;
}
.guava-jelly {
color: #f19388;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--yucca-cream:#a1d9cc;
--fresh-dew:#f0f8e2;
--sundown:#f5c99e;
--guava-jelly:#f19388;
}