Color names in this palette
CSS code for this palette
/* CSS */
.purple-thorn {
color: #f0b7c2;
}
.tuscan {
color: #f9d4a9;
}
.summer-s-heat {
color: #f6e698;
}
.lime-lizard {
color: #a3d55d;
}
.parisian-green {
color: #6d9b46;
}
/* CSS Variables */
:root {
--purple-thorn:#f0b7c2;
--tuscan:#f9d4a9;
--summer-s-heat:#f6e698;
--lime-lizard:#a3d55d;
--parisian-green:#6d9b46;
}