Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e3a5b7;
}
.milkshake-pink {
color: #f2cad2;
}
.island-hopping {
color: #f5e4d6;
}
.buttered-popcorn {
color: #fef2a4;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--garden-party:#e3a5b7;
--milkshake-pink:#f2cad2;
--island-hopping:#f5e4d6;
--buttered-popcorn:#fef2a4;
--blue-angels-yellow:#fab700;
}