Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.pumpkin-mousse {
color: #f4c3a9;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.glenwood-green {
color: #a7d7b6;
}
.charter {
color: #6cb2d0;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--pumpkin-mousse:#f4c3a9;
--smooth-as-corn-silk:#f4e4b3;
--glenwood-green:#a7d7b6;
--charter:#6cb2d0;
}