Color names in this palette
CSS code for this palette
/* CSS */
.candy-drop {
color: #c85b65;
}
.juicy-details {
color: #d67a7d;
}
.cozy-summer-sunset {
color: #eba09e;
}
.peach-temptation {
color: #f3c5b4;
}
.autumn-white {
color: #fce0cf;
}
/* CSS Variables */
:root {
--candy-drop:#c85b65;
--juicy-details:#d67a7d;
--cozy-summer-sunset:#eba09e;
--peach-temptation:#f3c5b4;
--autumn-white:#fce0cf;
}