Color names in this palette
CSS code for this palette
/* CSS */
.carroburg-crimson {
color: #a62b6d;
}
.sweet-lilac {
color: #eab8d1;
}
.marigold-dust {
color: #f4cf3e;
}
.chrome-yellow {
color: #faa700;
}
.vivid-red-tangelo {
color: #d95e20;
}
/* CSS Variables */
:root {
--carroburg-crimson:#a62b6d;
--sweet-lilac:#eab8d1;
--marigold-dust:#f4cf3e;
--chrome-yellow:#faa700;
--vivid-red-tangelo:#d95e20;
}