Color names in this palette
CSS code for this palette
/* CSS */
.frankenstein {
color: #7b9b5f;
}
.delltone {
color: #91c59e;
}
.fringy-flower {
color: #b2e1b4;
}
.imam-ali-gold {
color: #f9e39a;
}
.rustique {
color: #f5c1b2;
}
/* CSS Variables */
:root {
--frankenstein:#7b9b5f;
--delltone:#91c59e;
--fringy-flower:#b2e1b4;
--imam-ali-gold:#f9e39a;
--rustique:#f5c1b2;
}