Color names in this palette
CSS code for this palette
/* CSS */
.kirby {
color: #d54d8d;
}
.koji-orange {
color: #f8b249;
}
.indian-clay {
color: #f1d1c0;
}
.botanical-tint {
color: #a8e6d7;
}
.azure-tide {
color: #2a9d8e;
}
/* CSS Variables */
:root {
--kirby:#d54d8d;
--koji-orange:#f8b249;
--indian-clay:#f1d1c0;
--botanical-tint:#a8e6d7;
--azure-tide:#2a9d8e;
}