Color names in this palette
CSS code for this palette
/* CSS */
.our-little-secret {
color: #a34d7b;
}
.mayan-gold {
color: #b68b3a;
}
.southern-platyfish {
color: #c7da4e;
}
.soft-cheddar {
color: #e6ba5c;
}
.lively-coral {
color: #e57b80;
}
/* CSS Variables */
:root {
--our-little-secret:#a34d7b;
--mayan-gold:#b68b3a;
--southern-platyfish:#c7da4e;
--soft-cheddar:#e6ba5c;
--lively-coral:#e57b80;
}