Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7af;
}
.creamy-sweet-corn {
color: #f5bf4d;
}
.blackberry-yogurt {
color: #e1b5e8;
}
.beauty-bush {
color: #e9b8b4;
}
.middle-blue {
color: #7ed3e2;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7af;
--creamy-sweet-corn:#f5bf4d;
--blackberry-yogurt:#e1b5e8;
--beauty-bush:#e9b8b4;
--middle-blue:#7ed3e2;
}