Color names in this palette
CSS code for this palette
/* CSS */
.melodious {
color: #80b3ad;
}
.sinbad {
color: #a4d6d1;
}
.snowball-effect {
color: #d8e9e5;
}
.everlasting-ice {
color: #f5faf9;
}
.stucco-wall {
color: #f0b19e;
}
/* CSS Variables */
:root {
--melodious:#80b3ad;
--sinbad:#a4d6d1;
--snowball-effect:#d8e9e5;
--everlasting-ice:#f5faf9;
--stucco-wall:#f0b19e;
}