Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f49fd3;
}
.mystic-tulip {
color: #f6b7a2;
}
.little-sun-dress {
color: #f7c95e;
}
.green-trance {
color: #a4d6a4;
}
.crisp-lettuce {
color: #4c9a8a;
}
/* CSS Variables */
:root {
--violet-kiss:#f49fd3;
--mystic-tulip:#f6b7a2;
--little-sun-dress:#f7c95e;
--green-trance:#a4d6a4;
--crisp-lettuce:#4c9a8a;
}