Color names in this palette
CSS code for this palette
/* CSS */
.sail-away {
color: #5ab8e7;
}
.milky-maize {
color: #f8d5a0;
}
.pompelmo {
color: #ff6b6b;
}
.fondue-fudge {
color: #6c4c41;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--sail-away:#5ab8e7;
--milky-maize:#f8d5a0;
--pompelmo:#ff6b6b;
--fondue-fudge:#6c4c41;
--emerald-wave:#4eb7ac;
}