Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e3a1b6;
}
.lily-legs {
color: #f1c6d7;
}
.aria-ivory {
color: #f9e8d7;
}
.pacific-ocean {
color: #91d0f2;
}
.kindred {
color: #6f9edc;
}
/* CSS Variables */
:root {
--blushing-tulip:#e3a1b6;
--lily-legs:#f1c6d7;
--aria-ivory:#f9e8d7;
--pacific-ocean:#91d0f2;
--kindred:#6f9edc;
}