Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.australian-apricot {
color: #f5c7a3;
}
.iced-celery {
color: #e3e8b5;
}
.southern-belle {
color: #a7d7bf;
}
.flotation {
color: #7bafbc;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--australian-apricot:#f5c7a3;
--iced-celery:#e3e8b5;
--southern-belle:#a7d7bf;
--flotation:#7bafbc;
}