Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f2a6b3;
}
.peach-damask {
color: #f5c6a8;
}
.budder-skin {
color: #fce4c5;
}
.herbal-mist {
color: #d0e6d0;
}
.alpine-morning-blue {
color: #a6c9d9;
}
/* CSS Variables */
:root {
--princess:#f2a6b3;
--peach-damask:#f5c6a8;
--budder-skin:#fce4c5;
--herbal-mist:#d0e6d0;
--alpine-morning-blue:#a6c9d9;
}