Color names in this palette
CSS code for this palette
/* CSS */
.tropical-trail {
color: #8bd5b7;
}
.cruise {
color: #b5e3d6;
}
.quiet-whisper {
color: #f0f4e7;
}
.cymophane-yellow {
color: #f3e6a5;
}
.western-sunrise {
color: #d9a56d;
}
/* CSS Variables */
:root {
--tropical-trail:#8bd5b7;
--cruise:#b5e3d6;
--quiet-whisper:#f0f4e7;
--cymophane-yellow:#f3e6a5;
--western-sunrise:#d9a56d;
}