Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.milky-maize {
color: #f7d6a1;
}
.white-strawberry {
color: #fce3b6;
}
.smooth-satin {
color: #a3d7d2;
}
.cerulean-frost {
color: #6b9bc2;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--milky-maize:#f7d6a1;
--white-strawberry:#fce3b6;
--smooth-satin:#a3d7d2;
--cerulean-frost:#6b9bc2;
}