Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c5d4;
}
.melanie {
color: #e1b7c3;
}
.lime-bright {
color: #f3e4af;
}
.marigold-dust {
color: #f4cf3e;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--blue-dam:#a5c5d4;
--melanie:#e1b7c3;
--lime-bright:#f3e4af;
--marigold-dust:#f4cf3e;
--fiery-salmon:#f76969;
}