Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c9d8;
}
.cay {
color: #a5d2d5;
}
.prosciutto {
color: #e4b3a0;
}
.crunch {
color: #f2b95f;
}
.bitter-orange {
color: #d67c2e;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c9d8;
--cay:#a5d2d5;
--prosciutto:#e4b3a0;
--crunch:#f2b95f;
--bitter-orange:#d67c2e;
}