Color names in this palette
CSS code for this palette
/* CSS */
.greek-aubergine {
color: #3e0f33;
}
.flirt {
color: #7c2d4b;
}
.exaggerated-blush {
color: #b4506b;
}
.texas-longhorn {
color: #e08c3e;
}
.glad-yellow {
color: #f2e1ab;
}
/* CSS Variables */
:root {
--greek-aubergine:#3e0f33;
--flirt:#7c2d4b;
--exaggerated-blush:#b4506b;
--texas-longhorn:#e08c3e;
--glad-yellow:#f2e1ab;
}