Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.terra-sol {
color: #eab47b;
}
.copper-harbor {
color: #d87b4f;
}
.pinkadelic {
color: #c85b5c;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--creamy-sweet-corn:#f6c34c;
--terra-sol:#eab47b;
--copper-harbor:#d87b4f;
--pinkadelic:#c85b5c;
}