Color names in this palette
CSS code for this palette
/* CSS */
.peach-caramel {
color: #c6693f;
}
.sweet-curry {
color: #e7a473;
}
.banana-ice-cream {
color: #f1d3b1;
}
.storm-lightning {
color: #f9e79f;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--peach-caramel:#c6693f;
--sweet-curry:#e7a473;
--banana-ice-cream:#f1d3b1;
--storm-lightning:#f9e79f;
--blue-angels-yellow:#fab700;
}