Color names in this palette
CSS code for this palette
/* CSS */
.themeda-japonica {
color: #e6b03d;
}
.rumba-orange {
color: #c6803f;
}
.our-little-secret {
color: #a34d7c;
}
.wave-jumper {
color: #6b8f9e;
}
.aruba-green {
color: #4baf8c;
}
/* CSS Variables */
:root {
--themeda-japonica:#e6b03d;
--rumba-orange:#c6803f;
--our-little-secret:#a34d7c;
--wave-jumper:#6b8f9e;
--aruba-green:#4baf8c;
}