Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f6a2a6;
}
.chai-latte {
color: #f8c8a0;
}
.venetian-yellow {
color: #f5e4a3;
}
.field-day {
color: #c6e2a1;
}
.deluxe-days {
color: #8ecae6;
}
/* CSS Variables */
:root {
--her-majesty:#f6a2a6;
--chai-latte:#f8c8a0;
--venetian-yellow:#f5e4a3;
--field-day:#c6e2a1;
--deluxe-days:#8ecae6;
}