Color names in this palette
CSS code for this palette
/* CSS */
.mango {
color: #faaa29;
}
.little-sun-dress {
color: #f9ca5d;
}
.venetian-yellow {
color: #f3e5a0;
}
.lasting-thoughts {
color: #d4e9b4;
}
.blue-bubble {
color: #a5d5e9;
}
/* CSS Variables */
:root {
--mango:#faaa29;
--little-sun-dress:#f9ca5d;
--venetian-yellow:#f3e5a0;
--lasting-thoughts:#d4e9b4;
--blue-bubble:#a5d5e9;
}