Color names in this palette
CSS code for this palette
/* CSS */
.aloha-sunset {
color: #e6aa8e;
}
.casablanca {
color: #f2b450;
}
.lighthouse-glow {
color: #f9d36c;
}
.green-trance {
color: #a7d7a7;
}
.blue-iguana {
color: #4e9ed0;
}
/* CSS Variables */
:root {
--aloha-sunset:#e6aa8e;
--casablanca:#f2b450;
--lighthouse-glow:#f9d36c;
--green-trance:#a7d7a7;
--blue-iguana:#4e9ed0;
}