Color names in this palette
CSS code for this palette
/* CSS */
.indian-saffron {
color: #ff9933;
}
.floral-leaf {
color: #ffb84d;
}
.lemon-tart {
color: #ffe066;
}
.lasting-thoughts {
color: #d8e8b0;
}
.french-pass {
color: #a3d5e0;
}
/* CSS Variables */
:root {
--indian-saffron:#ff9933;
--floral-leaf:#ffb84d;
--lemon-tart:#ffe066;
--lasting-thoughts:#d8e8b0;
--french-pass:#a3d5e0;
}