Color names in this palette
CSS code for this palette
/* CSS */
.chili-con-carne {
color: #9c5a2b;
}
.sandy-brown {
color: #f1a65f;
}
.optimistic-yellow {
color: #f4e1a4;
}
.across-the-bay {
color: #b5e2e8;
}
.waimea-blue {
color: #4aa0d9;
}
/* CSS Variables */
:root {
--chili-con-carne:#9c5a2b;
--sandy-brown:#f1a65f;
--optimistic-yellow:#f4e1a4;
--across-the-bay:#b5e2e8;
--waimea-blue:#4aa0d9;
}