Color names in this palette
CSS code for this palette
/* CSS */
.blue-heron {
color: #8d9fc8;
}
.spoiled-rotten {
color: #b5c1e3;
}
.onion-white {
color: #e3d2c4;
}
.jaguar-rose {
color: #f1b1b8;
}
.lipstick-illusion {
color: #d4686f;
}
/* CSS Variables */
:root {
--blue-heron:#8d9fc8;
--spoiled-rotten:#b5c1e3;
--onion-white:#e3d2c4;
--jaguar-rose:#f1b1b8;
--lipstick-illusion:#d4686f;
}