Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a5c0;
}
.pearl-yellow {
color: #f2e2ba;
}
.lasting-thoughts {
color: #d0e8b0;
}
.light-bright-spark {
color: #96d2e8;
}
.winter-lakes {
color: #5c9ad1;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a5c0;
--pearl-yellow:#f2e2ba;
--lasting-thoughts:#d0e8b0;
--light-bright-spark:#96d2e8;
--winter-lakes:#5c9ad1;
}