Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e4a0b5;
}
.mountain-laurel {
color: #f2cad4;
}
.wishy-washy-lilies {
color: #f5e0e7;
}
.in-the-spotlight {
color: #efe6ed;
}
.foggy-love {
color: #d4c5e8;
}
/* CSS Variables */
:root {
--blushing-tulip:#e4a0b5;
--mountain-laurel:#f2cad4;
--wishy-washy-lilies:#f5e0e7;
--in-the-spotlight:#efe6ed;
--foggy-love:#d4c5e8;
}