Color names in this palette
CSS code for this palette
/* CSS */
.bergamot-orange {
color: #f6a05a;
}
.sunny-mood {
color: #f9ca48;
}
.holiday-camp {
color: #6d9c7b;
}
.preppy-rose {
color: #cd6a8e;
}
.plum-dust {
color: #a94c8f;
}
/* CSS Variables */
:root {
--bergamot-orange:#f6a05a;
--sunny-mood:#f9ca48;
--holiday-camp:#6d9c7b;
--preppy-rose:#cd6a8e;
--plum-dust:#a94c8f;
}