Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f0b7d0;
}
.rosecco {
color: #eab8e4;
}
.bright-ube {
color: #d5a5e9;
}
.gentle-wind {
color: #aad2e9;
}
.neon-nazar {
color: #4ccfe1;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f0b7d0;
--rosecco:#eab8e4;
--bright-ube:#d5a5e9;
--gentle-wind:#aad2e9;
--neon-nazar:#4ccfe1;
}