Color names in this palette
CSS code for this palette
/* CSS */
.soft-salmon {
color: #e7a8a2;
}
.loveable {
color: #f0c1c4;
}
.walnut-cream {
color: #f5d7b2;
}
.sun-dust {
color: #f5e2a3;
}
.mint-cocktail-green {
color: #b9e2b1;
}
/* CSS Variables */
:root {
--soft-salmon:#e7a8a2;
--loveable:#f0c1c4;
--walnut-cream:#f5d7b2;
--sun-dust:#f5e2a3;
--mint-cocktail-green:#b9e2b1;
}