Color names in this palette
CSS code for this palette
/* CSS */
.dark-pansy {
color: #6a3e79;
}
.tulipan-violet {
color: #9a6a96;
}
.gumball {
color: #e5b3d3;
}
.resort-sunrise {
color: #f2d6c5;
}
.lemon-chrome {
color: #faaf00;
}
/* CSS Variables */
:root {
--dark-pansy:#6a3e79;
--tulipan-violet:#9a6a96;
--gumball:#e5b3d3;
--resort-sunrise:#f2d6c5;
--lemon-chrome:#faaf00;
}