Color names in this palette
CSS code for this palette
/* CSS */
.peach-patch {
color: #f3d5a0;
}
.apricot-preserves {
color: #efaf8f;
}
.thundelarra {
color: #e68a75;
}
.dragon-fruit {
color: #d75b6b;
}
.dahlia-mauve {
color: #b65d8d;
}
/* CSS Variables */
:root {
--peach-patch:#f3d5a0;
--apricot-preserves:#efaf8f;
--thundelarra:#e68a75;
--dragon-fruit:#d75b6b;
--dahlia-mauve:#b65d8d;
}