Color names in this palette
CSS code for this palette
/* CSS */
.blush {
color: #f09d8e;
}
.peach-velour {
color: #f5b58a;
}
.bleached-sunflower {
color: #fbe9a7;
}
.green-veil {
color: #e1f7c5;
}
.tropical-trail {
color: #8cd9b3;
}
/* CSS Variables */
:root {
--blush:#f09d8e;
--peach-velour:#f5b58a;
--bleached-sunflower:#fbe9a7;
--green-veil:#e1f7c5;
--tropical-trail:#8cd9b3;
}