Color names in this palette
CSS code for this palette
/* CSS */
.southern-belle {
color: #a6d8c4;
}
.dairy-made {
color: #f1b83b;
}
.entan-red {
color: #e76e50;
}
.sherbet-fruit {
color: #f9c9b9;
}
.living-stream {
color: #3a6c8d;
}
/* CSS Variables */
:root {
--southern-belle:#a6d8c4;
--dairy-made:#f1b83b;
--entan-red:#e76e50;
--sherbet-fruit:#f9c9b9;
--living-stream:#3a6c8d;
}