Color names in this palette
CSS code for this palette
/* CSS */
.little-sun-dress {
color: #f6c960;
}
.maybe-maui {
color: #f6d38e;
}
.lightly-lime {
color: #f1eba7;
}
.cream-wave {
color: #e8d9c5;
}
.ta-prohm {
color: #c5c3a5;
}
/* CSS Variables */
:root {
--little-sun-dress:#f6c960;
--maybe-maui:#f6d38e;
--lightly-lime:#f1eba7;
--cream-wave:#e8d9c5;
--ta-prohm:#c5c3a5;
}