Color names in this palette
CSS code for this palette
/* CSS */
.blue-tribute {
color: #a7b9c8;
}
.light-vanilla-ice {
color: #b9cdda;
}
.freezing-vapor {
color: #d2e8f4;
}
.parrot-tulip {
color: #f0c1d3;
}
.iced-vovo {
color: #e2a1b4;
}
/* CSS Variables */
:root {
--blue-tribute:#a7b9c8;
--light-vanilla-ice:#b9cdda;
--freezing-vapor:#d2e8f4;
--parrot-tulip:#f0c1d3;
--iced-vovo:#e2a1b4;
}