Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.morning-wheat {
color: #e6d1a8;
}
.hyacinth-tint {
color: #b9c6d4;
}
.blue-dam {
color: #a1c8d4;
}
.flounce {
color: #4a8a8c;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--morning-wheat:#e6d1a8;
--hyacinth-tint:#b9c6d4;
--blue-dam:#a1c8d4;
--flounce:#4a8a8c;
}