Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.tequila {
color: #f4cca4;
}
.blended-fruit {
color: #f9e4a4;
}
.glaucous-green {
color: #b5e8c3;
}
.slightly-spritzig {
color: #90d3f4;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--tequila:#f4cca4;
--blended-fruit:#f9e4a4;
--glaucous-green:#b5e8c3;
--slightly-spritzig:#90d3f4;
}