Color names in this palette
CSS code for this palette
/* CSS */
.spicy-purple {
color: #b93c6e;
}
.the-sickener {
color: #d96d9a;
}
.rose-mallow {
color: #f1a7c7;
}
.friendly-yellow {
color: #f5e2b2;
}
.florida-sunrise {
color: #f6a76f;
}
/* CSS Variables */
:root {
--spicy-purple:#b93c6e;
--the-sickener:#d96d9a;
--rose-mallow:#f1a7c7;
--friendly-yellow:#f5e2b2;
--florida-sunrise:#f6a76f;
}