Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e3a1b8;
}
.milkshake-pink {
color: #f2cad2;
}
.blush-tint {
color: #f4e1e4;
}
.polar-blue {
color: #b3e0e6;
}
.squeaky {
color: #6bc1db;
}
/* CSS Variables */
:root {
--blushing-tulip:#e3a1b8;
--milkshake-pink:#f2cad2;
--blush-tint:#f4e1e4;
--polar-blue:#b3e0e6;
--squeaky:#6bc1db;
}