Color names in this palette
CSS code for this palette
/* CSS */
.havana-blue {
color: #a7dae6;
}
.peach-whip {
color: #d9b7b0;
}
.sweet-sheba {
color: #f1b7a7;
}
.sugar-shack {
color: #f0d3b7;
}
.purple-premiere {
color: #b7a1d4;
}
/* CSS Variables */
:root {
--havana-blue:#a7dae6;
--peach-whip:#d9b7b0;
--sweet-sheba:#f1b7a7;
--sugar-shack:#f0d3b7;
--purple-premiere:#b7a1d4;
}