Color names in this palette
CSS code for this palette
/* CSS */
.weekend-retreat {
color: #ebc1ad;
}
.rose-linen {
color: #e8b1a1;
}
.pink-chi {
color: #e68989;
}
.juicy-details {
color: #d57b7b;
}
.strawberry-wine {
color: #c66c6c;
}
/* CSS Variables */
:root {
--weekend-retreat:#ebc1ad;
--rose-linen:#e8b1a1;
--pink-chi:#e68989;
--juicy-details:#d57b7b;
--strawberry-wine:#c66c6c;
}