Color names in this palette
CSS code for this palette
/* CSS */
.geranium-bud {
color: #d1a3c4;
}
.copper-moon {
color: #c49a78;
}
.tile-green {
color: #799a8d;
}
.japanese-iris {
color: #7e5b3e;
}
.watusi {
color: #f3ccb9;
}
/* CSS Variables */
:root {
--geranium-bud:#d1a3c4;
--copper-moon:#c49a78;
--tile-green:#799a8d;
--japanese-iris:#7e5b3e;
--watusi:#f3ccb9;
}