Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8e0;
}
.jugendstil-turquoise {
color: #5c9a9d;
}
.moonlit-forest {
color: #3d6b68;
}
.bone-white {
color: #f1e0b1;
}
.opulent-orange {
color: #f26140;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8e0;
--jugendstil-turquoise:#5c9a9d;
--moonlit-forest:#3d6b68;
--bone-white:#f1e0b1;
--opulent-orange:#f26140;
}