Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f6b6c1;
}
.ice-cream-parlour {
color: #f8d2aa;
}
.elegant-ivory {
color: #f0e6d6;
}
.smooth-satin {
color: #a2d8d4;
}
.coolbox-ice-turquoise {
color: #499c9c;
}
/* CSS Variables */
:root {
--ibis:#f6b6c1;
--ice-cream-parlour:#f8d2aa;
--elegant-ivory:#f0e6d6;
--smooth-satin:#a2d8d4;
--coolbox-ice-turquoise:#499c9c;
}