Color names in this palette
CSS code for this palette
/* CSS */
.bright-delight {
color: #d15929;
}
.carnival {
color: #e68a2d;
}
.golden-opportunity {
color: #f9c16c;
}
.winter-lakes {
color: #5c96d1;
}
.dark-lilac {
color: #a16aa9;
}
/* CSS Variables */
:root {
--bright-delight:#d15929;
--carnival:#e68a2d;
--golden-opportunity:#f9c16c;
--winter-lakes:#5c96d1;
--dark-lilac:#a16aa9;
}