Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4b3e8e;
}
.amethyst {
color: #9b68c4;
}
.dream-land {
color: #f0a3e4;
}
.peach-damask {
color: #f6c5a7;
}
.khmer-curry {
color: #f05656;
}
/* CSS Variables */
:root {
--blue-gem:#4b3e8e;
--amethyst:#9b68c4;
--dream-land:#f0a3e4;
--peach-damask:#f6c5a7;
--khmer-curry:#f05656;
}