Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c3d9;
}
.chamois-cloth {
color: #f1e1d0;
}
.peach-damask {
color: #f7c8a6;
}
.wiener-schnitzel {
color: #f09c00;
}
.bricks-of-hope {
color: #d95b59;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c3d9;
--chamois-cloth:#f1e1d0;
--peach-damask:#f7c8a6;
--wiener-schnitzel:#f09c00;
--bricks-of-hope:#d95b59;
}