Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.artisan-tea {
color: #d8c1b0;
}
.welcoming-wasp {
color: #f0a800;
}
.japanese-iris {
color: #7e5d3a;
}
.thimble-red {
color: #a05a8b;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--artisan-tea:#d8c1b0;
--welcoming-wasp:#f0a800;
--japanese-iris:#7e5d3a;
--thimble-red:#a05a8b;
}