Color names in this palette
CSS code for this palette
/* CSS */
.banana-drama {
color: #f2d94a;
}
.sandy-brown {
color: #f1a65b;
}
.salmon-pok-bowl {
color: #f27c78;
}
.the-sickener {
color: #d96d9a;
}
.amethyst {
color: #9f64c9;
}
/* CSS Variables */
:root {
--banana-drama:#f2d94a;
--sandy-brown:#f1a65b;
--salmon-pok-bowl:#f27c78;
--the-sickener:#d96d9a;
--amethyst:#9f64c9;
}