Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.lavender-mist {
color: #e5e5fa;
}
.lavender-blush {
color: #fff0f5;
}
.blobfish {
color: #ffc2cc;
}
.matt-pink {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--lavender-mist:#e5e5fa;
--lavender-blush:#fff0f5;
--blobfish:#ffc2cc;
--matt-pink:#ffb8c1;
}