Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f6aba2;
}
.bellini {
color: #f5cab2;
}
.joyful-lilac {
color: #e4d3e4;
}
.purple-veil {
color: #d3d5df;
}
.echo-iris {
color: #b6e2f6;
}
/* CSS Variables */
:root {
--rosy-outlook:#f6aba2;
--bellini:#f5cab2;
--joyful-lilac:#e4d3e4;
--purple-veil:#d3d5df;
--echo-iris:#b6e2f6;
}