Color names in this palette
CSS code for this palette
/* CSS */
.admiration {
color: #f6f2d5;
}
.mexican-standoff {
color: #e8a378;
}
.red-arremer {
color: #e54d48;
}
.cyclamen-red {
color: #a85d8b;
}
.moonshade {
color: #596e9b;
}
/* CSS Variables */
:root {
--admiration:#f6f2d5;
--mexican-standoff:#e8a378;
--red-arremer:#e54d48;
--cyclamen-red:#a85d8b;
--moonshade:#596e9b;
}