Color names in this palette
CSS code for this palette
/* CSS */
.infinity-and-beyond {
color: #6f7c95;
}
.uniform {
color: #a6b9c9;
}
.winter-haven {
color: #e0e6eb;
}
.sandalwood-beige {
color: #f3d1af;
}
.doughnut {
color: #f0a15c;
}
/* CSS Variables */
:root {
--infinity-and-beyond:#6f7c95;
--uniform:#a6b9c9;
--winter-haven:#e0e6eb;
--sandalwood-beige:#f3d1af;
--doughnut:#f0a15c;
}