Color names in this palette
CSS code for this palette
/* CSS */
.lavendula {
color: #bfa6c9;
}
.etcetera {
color: #e2c5d4;
}
.pink-booties {
color: #f0e0e5;
}
.shrimp-toast {
color: #f9c69f;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--lavendula:#bfa6c9;
--etcetera:#e2c5d4;
--pink-booties:#f0e0e5;
--shrimp-toast:#f9c69f;
--blue-angels-yellow:#fab700;
}