Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.bellini {
color: #f4caae;
}
.pineapple-delight {
color: #f1e6a7;
}
.southern-belle {
color: #a6d8c0;
}
.derby-green {
color: #5b9a8a;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--bellini:#f4caae;
--pineapple-delight:#f1e6a7;
--southern-belle:#a6d8c0;
--derby-green:#5b9a8a;
}