Color names in this palette
CSS code for this palette
/* CSS */
.pani-puri {
color: #f3a953;
}
.maize {
color: #f2d150;
}
.lasting-thoughts {
color: #d2e6b2;
}
.pool-blue {
color: #66c2b4;
}
.atlantic-gull {
color: #4a8eb5;
}
/* CSS Variables */
:root {
--pani-puri:#f3a953;
--maize:#f2d150;
--lasting-thoughts:#d2e6b2;
--pool-blue:#66c2b4;
--atlantic-gull:#4a8eb5;
}