Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.shrimp-toast {
color: #f7c5a1;
}
.sugar-cookie {
color: #f2e1a1;
}
.light-budgie-blue {
color: #a1d5e8;
}
.teclis-blue {
color: #a3b9e0;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--shrimp-toast:#f7c5a1;
--sugar-cookie:#f2e1a1;
--light-budgie-blue:#a1d5e8;
--teclis-blue:#a3b9e0;
}