Color names in this palette
CSS code for this palette
/* CSS */
.southern-belle {
color: #a6d9c2;
}
.bleached-apricot {
color: #f8c9af;
}
.old-flame {
color: #f4b5b3;
}
.sweet-lilac {
color: #eab8d1;
}
.berry-popsicle {
color: #d5a5d1;
}
/* CSS Variables */
:root {
--southern-belle:#a6d9c2;
--bleached-apricot:#f8c9af;
--old-flame:#f4b5b3;
--sweet-lilac:#eab8d1;
--berry-popsicle:#d5a5d1;
}