Color names in this palette
CSS code for this palette
/* CSS */
.sweet-baby-rose {
color: #c2533d;
}
.whiskey-sour {
color: #d8915f;
}
.golden-opportunity {
color: #f9c16c;
}
.around-the-gills {
color: #a6b86b;
}
.online-lime {
color: #4b8c3b;
}
/* CSS Variables */
:root {
--sweet-baby-rose:#c2533d;
--whiskey-sour:#d8915f;
--golden-opportunity:#f9c16c;
--around-the-gills:#a6b86b;
--online-lime:#4b8c3b;
}