Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e09eb4;
}
.mountain-laurel {
color: #f3c9d3;
}
.soft-pillow {
color: #fef4e7;
}
.sun-dust {
color: #f4e0a4;
}
.indian-pale-ale {
color: #d4b82b;
}
/* CSS Variables */
:root {
--blushing-tulip:#e09eb4;
--mountain-laurel:#f3c9d3;
--soft-pillow:#fef4e7;
--sun-dust:#f4e0a4;
--indian-pale-ale:#d4b82b;
}