Color names in this palette
CSS code for this palette
/* CSS */
.rajah {
color: #f9a65d;
}
.vanilla-pudding {
color: #f7e06e;
}
.lasting-thoughts {
color: #d4e6b3;
}
.windsor-way {
color: #a2c9e6;
}
.danube {
color: #5b8cbe;
}
/* CSS Variables */
:root {
--rajah:#f9a65d;
--vanilla-pudding:#f7e06e;
--lasting-thoughts:#d4e6b3;
--windsor-way:#a2c9e6;
--danube:#5b8cbe;
}