Color names in this palette
CSS code for this palette
/* CSS */
.mandys-pink {
color: #f5b59e;
}
.tahitian-sand {
color: #f8dbb4;
}
.ethereal-green {
color: #f1e7c6;
}
.menthol-kiss {
color: #a2e2d5;
}
.spritzig {
color: #76c7e5;
}
/* CSS Variables */
:root {
--mandys-pink:#f5b59e;
--tahitian-sand:#f8dbb4;
--ethereal-green:#f1e7c6;
--menthol-kiss:#a2e2d5;
--spritzig:#76c7e5;
}