Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.late-day-sun {
color: #f1e08e;
}
.geyser-pool {
color: #a9dce0;
}
.boat-house {
color: #4a8dba;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--solar-plexus-chakra:#f1c84b;
--late-day-sun:#f1e08e;
--geyser-pool:#a9dce0;
--boat-house:#4a8dba;
}