Color names in this palette
CSS code for this palette
/* CSS */
.go-bananas {
color: #f8c84f;
}
.half-smoke {
color: #f08c51;
}
.aphrodisiac {
color: #e0575e;
}
.lavender-sweater {
color: #c17dc5;
}
.lusty-lavender {
color: #8a5db1;
}
/* CSS Variables */
:root {
--go-bananas:#f8c84f;
--half-smoke:#f08c51;
--aphrodisiac:#e0575e;
--lavender-sweater:#c17dc5;
--lusty-lavender:#8a5db1;
}