Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e3a1b8;
}
.princess-bride {
color: #f6c1c1;
}
.soft-butter {
color: #f4e1b8;
}
.pistachio-green {
color: #a7d4a1;
}
.blue-jeans {
color: #5db9ef;
}
/* CSS Variables */
:root {
--blushing-tulip:#e3a1b8;
--princess-bride:#f6c1c1;
--soft-butter:#f4e1b8;
--pistachio-green:#a7d4a1;
--blue-jeans:#5db9ef;
}