Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f3c9d9;
}
.prosecco {
color: #fad4a3;
}
.buttery-croissant {
color: #f6e09d;
}
.mint-cocktail-green {
color: #b5e3b0;
}
.sky-high {
color: #a1c1e8;
}
/* CSS Variables */
:root {
--baby-steps:#f3c9d9;
--prosecco:#fad4a3;
--buttery-croissant:#f6e09d;
--mint-cocktail-green:#b5e3b0;
--sky-high:#a1c1e8;
}