Color names in this palette
CSS code for this palette
/* CSS */
.sensuous {
color: #b45f6f;
}
.mad-for-mango {
color: #f5a300;
}
.soviet-gold {
color: #ffd900;
}
.tropical-light {
color: #9dce6f;
}
.latigo-bay {
color: #3a9b9c;
}
/* CSS Variables */
:root {
--sensuous:#b45f6f;
--mad-for-mango:#f5a300;
--soviet-gold:#ffd900;
--tropical-light:#9dce6f;
--latigo-bay:#3a9b9c;
}