Color names in this palette
CSS code for this palette
/* CSS */
.ice-drop {
color: #d3e3ee;
}
.let-it-snow {
color: #d9f0f2;
}
.shiroi-white {
color: #ebf4f2;
}
.unbleached {
color: #faf9f5;
}
.minified-blush {
color: #f3dde1;
}
/* CSS Variables */
:root {
--ice-drop:#d3e3ee;
--let-it-snow:#d9f0f2;
--shiroi-white:#ebf4f2;
--unbleached:#faf9f5;
--minified-blush:#f3dde1;
}