Color names in this palette
CSS code for this palette
/* CSS */
.honey-crisp {
color: #e8c35e;
}
.caramelo-dulce {
color: #d59f6d;
}
.sand-pyramid {
color: #e0ce76;
}
.sandy-brown {
color: #f7a35e;
}
.royal-blush {
color: #f26d50;
}
/* CSS Variables */
:root {
--honey-crisp:#e8c35e;
--caramelo-dulce:#d59f6d;
--sand-pyramid:#e0ce76;
--sandy-brown:#f7a35e;
--royal-blush:#f26d50;
}