Color names in this palette
CSS code for this palette
/* CSS */
.ibis {
color: #f5b2c1;
}
.lemon-filling {
color: #f8e6a5;
}
.honey-glaze {
color: #ffda75;
}
.timeless-seafoam {
color: #b1e2e1;
}
.coolbox-ice-turquoise {
color: #499c9c;
}
/* CSS Variables */
:root {
--ibis:#f5b2c1;
--lemon-filling:#f8e6a5;
--honey-glaze:#ffda75;
--timeless-seafoam:#b1e2e1;
--coolbox-ice-turquoise:#499c9c;
}