Color names in this palette
CSS code for this palette
/* CSS */
.lusty-salmon {
color: #f1b1a7;
}
.mauve-organdie {
color: #d9c4d1;
}
.aqua-island {
color: #a3d7d7;
}
.holiday-camp {
color: #6b9e7d;
}
.tactile {
color: #d0e5c7;
}
/* CSS Variables */
:root {
--lusty-salmon:#f1b1a7;
--mauve-organdie:#d9c4d1;
--aqua-island:#a3d7d7;
--holiday-camp:#6b9e7d;
--tactile:#d0e5c7;
}