Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b3;
}
.sundown {
color: #f3c9a0;
}
.lasting-thoughts {
color: #d7e4af;
}
.terrace-pool {
color: #9fd7e0;
}
.rainy-lake {
color: #3e6a8e;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b3;
--sundown:#f3c9a0;
--lasting-thoughts:#d7e4af;
--terrace-pool:#9fd7e0;
--rainy-lake:#3e6a8e;
}