Color names in this palette
CSS code for this palette
/* CSS */
.bryophyte {
color: #a4bfa1;
}
.monte-carlo {
color: #79c8b6;
}
.dream-seascape {
color: #d3e0c7;
}
.sundown {
color: #f4c99f;
}
.fire-flower {
color: #f78d36;
}
/* CSS Variables */
:root {
--bryophyte:#a4bfa1;
--monte-carlo:#79c8b6;
--dream-seascape:#d3e0c7;
--sundown:#f4c99f;
--fire-flower:#f78d36;
}