Color names in this palette
CSS code for this palette
/* CSS */
.brain-pink {
color: #f7b1b1;
}
.enjoyable-yellow {
color: #f6d4a7;
}
.cymophane-yellow {
color: #f3e5a5;
}
.terrace-pool {
color: #a3d6e0;
}
.dusty-jade-green {
color: #6aaf99;
}
/* CSS Variables */
:root {
--brain-pink:#f7b1b1;
--enjoyable-yellow:#f6d4a7;
--cymophane-yellow:#f3e5a5;
--terrace-pool:#a3d6e0;
--dusty-jade-green:#6aaf99;
}