CSS code for this palette
/* CSS */
.steel-teal {
color: #5b8b8a;
}
.eton-blue {
color: #a8d6d2;
}
.rustique {
color: #f4c1b3;
}
.khaki-core {
color: #f9e6ae;
}
.sunny-mood {
color: #f7c94a;
}
/* CSS Variables */
:root {
--steel-teal:#5b8b8a;
--eton-blue:#a8d6d2;
--rustique:#f4c1b3;
--khaki-core:#f9e6ae;
--sunny-mood:#f7c94a;
}