Color names in this palette
CSS code for this palette
/* CSS */
.open-sesame {
color: #f9e1a9;
}
.tequila {
color: #f3d0a5;
}
.tamanegi-peel {
color: #e2a89d;
}
.mellow-rose {
color: #d9a8a1;
}
.chantilly {
color: #eab8c9;
}
/* CSS Variables */
:root {
--open-sesame:#f9e1a9;
--tequila:#f3d0a5;
--tamanegi-peel:#e2a89d;
--mellow-rose:#d9a8a1;
--chantilly:#eab8c9;
}