Color names in this palette
CSS code for this palette
/* CSS */
.silver-rust {
color: #c9a3e0;
}
.dusty-plum {
color: #d6cfe2;
}
.mourn-mountain-snow {
color: #e9ebec;
}
.breeze {
color: #c1dfe7;
}
.undercool {
color: #7dc5e3;
}
/* CSS Variables */
:root {
--silver-rust:#c9a3e0;
--dusty-plum:#d6cfe2;
--mourn-mountain-snow:#e9ebec;
--breeze:#c1dfe7;
--undercool:#7dc5e3;
}