Color names in this palette
CSS code for this palette
/* CSS */
.sea-life {
color: #62c0bf;
}
.peach-damask {
color: #f6c8a7;
}
.venetian-yellow {
color: #f8e3a0;
}
.sun-orange {
color: #f47b1f;
}
.kimchi {
color: #f04c00;
}
/* CSS Variables */
:root {
--sea-life:#62c0bf;
--peach-damask:#f6c8a7;
--venetian-yellow:#f8e3a0;
--sun-orange:#f47b1f;
--kimchi:#f04c00;
}