Color names in this palette
CSS code for this palette
/* CSS */
.sunset-papaya {
color: #ff7e61;
}
.pale-marigold {
color: #ffbd42;
}
.cowbell {
color: #ffe680;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.soft-blue {
color: #5c87e6;
}
/* CSS Variables */
:root {
--sunset-papaya:#ff7e61;
--pale-marigold:#ffbd42;
--cowbell:#ffe680;
--chefchaouen-blue:#a1d3e8;
--soft-blue:#5c87e6;
}