Color names in this palette
CSS code for this palette
/* CSS */
.pretty-please {
color: #ffcbc7;
}
.urnebes-beige {
color: #ffebc2;
}
.cashmere-sweater {
color: #fff1d1;
}
.sugared-peach {
color: #fcdcc5;
}
.aqua-fiesta {
color: #96e4dd;
}
/* CSS Variables */
:root {
--pretty-please:#ffcbc7;
--urnebes-beige:#ffebc2;
--cashmere-sweater:#fff1d1;
--sugared-peach:#fcdcc5;
--aqua-fiesta:#96e4dd;
}