Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f3b4c1;
}
.cheddar-corn {
color: #f7d4b6;
}
.casino-lights {
color: #f8f5b4;
}
.green-myth {
color: #c4e1c1;
}
.juzcar-blue {
color: #9bd3f3;
}
/* CSS Variables */
:root {
--ibis:#f3b4c1;
--cheddar-corn:#f7d4b6;
--casino-lights:#f8f5b4;
--green-myth:#c4e1c1;
--juzcar-blue:#9bd3f3;
}