Color names in this palette
CSS code for this palette
/* CSS */
.sweet-honey {
color: #d1a25c;
}
.emerald-ring {
color: #5a8c5a;
}
.escalante {
color: #a35c5c;
}
.blue-dart-frog {
color: #3d7e99;
}
.angel-breath {
color: #e0af9f;
}
/* CSS Variables */
:root {
--sweet-honey:#d1a25c;
--emerald-ring:#5a8c5a;
--escalante:#a35c5c;
--blue-dart-frog:#3d7e99;
--angel-breath:#e0af9f;
}