Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f7a1b4;
}
.pink-lady {
color: #f3d7b4;
}
.banana-yogurt {
color: #f9e8b4;
}
.pastel-mint-green {
color: #b1d2b1;
}
.windsor-way {
color: #a1c6e8;
}
/* CSS Variables */
:root {
--emperor-s-children:#f7a1b4;
--pink-lady:#f3d7b4;
--banana-yogurt:#f9e8b4;
--pastel-mint-green:#b1d2b1;
--windsor-way:#a1c6e8;
}