Color names in this palette
CSS code for this palette
/* CSS */
.sultan-of-pink {
color: #e9a0c7;
}
.rustique {
color: #f6c1b1;
}
.vanilla {
color: #f2e5ab;
}
.dingy-sticky-note {
color: #e5f0a8;
}
.blue-shimmer {
color: #b2d9e0;
}
/* CSS Variables */
:root {
--sultan-of-pink:#e9a0c7;
--rustique:#f6c1b1;
--vanilla:#f2e5ab;
--dingy-sticky-note:#e5f0a8;
--blue-shimmer:#b2d9e0;
}