Color names in this palette
CSS code for this palette
/* CSS */
.greek-aubergine {
color: #400c3b;
}
.anemone {
color: #892a4d;
}
.vibrant-red {
color: #c14969;
}
.yellow-sea {
color: #f89f3a;
}
.gilded {
color: #f5d94d;
}
/* CSS Variables */
:root {
--greek-aubergine:#400c3b;
--anemone:#892a4d;
--vibrant-red:#c14969;
--yellow-sea:#f89f3a;
--gilded:#f5d94d;
}