Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a4dab6;
}
.diminished-mint {
color: #e8f6da;
}
.banana-br-l-e {
color: #f8ecb9;
}
.salmon-beauty {
color: #f9c8b4;
}
.siesta-rose {
color: #ef7b7b;
}
/* CSS Variables */
:root {
--frugal:#a4dab6;
--diminished-mint:#e8f6da;
--banana-br-l-e:#f8ecb9;
--salmon-beauty:#f9c8b4;
--siesta-rose:#ef7b7b;
}