Color names in this palette
CSS code for this palette
/* CSS */
.bricks-of-hope {
color: #d85a5a;
}
.pink-fit {
color: #f6a7b6;
}
.sandalwood-beige {
color: #f2d2b1;
}
.powder-blue {
color: #b1e0e7;
}
.iced-aqua {
color: #a6d8d7;
}
/* CSS Variables */
:root {
--bricks-of-hope:#d85a5a;
--pink-fit:#f6a7b6;
--sandalwood-beige:#f2d2b1;
--powder-blue:#b1e0e7;
--iced-aqua:#a6d8d7;
}