Color names in this palette
CSS code for this palette
/* CSS */
.pastry {
color: #f7e0b6;
}
.alesan {
color: #f1c1a7;
}
.always-rosey {
color: #e89bb4;
}
.crushed-berries {
color: #d65c9b;
}
.vivid-viola {
color: #a03b7d;
}
/* CSS Variables */
:root {
--pastry:#f7e0b6;
--alesan:#f1c1a7;
--always-rosey:#e89bb4;
--crushed-berries:#d65c9b;
--vivid-viola:#a03b7d;
}