Color names in this palette
CSS code for this palette
/* CSS */
.elegant-ivory {
color: #f0e5d6;
}
.island-light {
color: #a6c6ed;
}
.cerulean-frost {
color: #6d9dc5;
}
.steel-teal {
color: #5f8c8b;
}
.hot-coral {
color: #f25c5a;
}
/* CSS Variables */
:root {
--elegant-ivory:#f0e5d6;
--island-light:#a6c6ed;
--cerulean-frost:#6d9dc5;
--steel-teal:#5f8c8b;
--hot-coral:#f25c5a;
}