Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.golden-opportunity {
color: #f9c16c;
}
.copper-river {
color: #f6a26a;
}
.breeze-of-chilli {
color: #f2706e;
}
.strawberry-moon {
color: #d05372;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--golden-opportunity:#f9c16c;
--copper-river:#f6a26a;
--breeze-of-chilli:#f2706e;
--strawberry-moon:#d05372;
}