Color names in this palette
CSS code for this palette
/* CSS */
.veiling-waterfalls {
color: #d1e6ff;
}
.baby-blue-eyes {
color: #a3c7f0;
}
.frozen-landscape {
color: #b3dfff;
}
.phellodendron-amurense {
color: #f4c33e;
}
.pale-frost {
color: #c7dff0;
}
/* CSS Variables */
:root {
--veiling-waterfalls:#d1e6ff;
--baby-blue-eyes:#a3c7f0;
--frozen-landscape:#b3dfff;
--phellodendron-amurense:#f4c33e;
--pale-frost:#c7dff0;
}