Color names in this palette
CSS code for this palette
/* CSS */
.mandys-pink {
color: #f5b59e;
}
.lion-cub {
color: #f8caa5;
}
.butter-cupcake {
color: #fddc9b;
}
.charlock {
color: #e3e27d;
}
.apple-cream {
color: #b5d3a7;
}
/* CSS Variables */
:root {
--mandys-pink:#f5b59e;
--lion-cub:#f8caa5;
--butter-cupcake:#fddc9b;
--charlock:#e3e27d;
--apple-cream:#b5d3a7;
}