Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d55a2a;
}
.tal-yi-gold {
color: #e6b35c;
}
.buttery-croissant {
color: #f2e29c;
}
.valonia {
color: #7dc8d4;
}
.mirage-lake {
color: #4c9090;
}
/* CSS Variables */
:root {
--obstinate-orange:#d55a2a;
--tal-yi-gold:#e6b35c;
--buttery-croissant:#f2e29c;
--valonia:#7dc8d4;
--mirage-lake:#4c9090;
}