Color names in this palette
CSS code for this palette
/* CSS */
.southern-belle {
color: #a7d7bf;
}
.lion-cub {
color: #f8caa5;
}
.chantilly {
color: #eab8c9;
}
.waddles-pink {
color: #f1a7d0;
}
.perfume {
color: #c5a8e1;
}
/* CSS Variables */
:root {
--southern-belle:#a7d7bf;
--lion-cub:#f8caa5;
--chantilly:#eab8c9;
--waddles-pink:#f1a7d0;
--perfume:#c5a8e1;
}