/* CSS */
.color-1 {
color: #4C3D29;
}
.color-2 {
color: #9D604D;
}
.color-3 {
color: #C77C6B;
}
.color-4 {
color: #E9B8A0;
}
.color-5 {
color: #F5E7E0;
}
/* CSS Variables */
:root {
--color-1: #4C3D29;
--color-2: #9D604D;
--color-3: #C77C6B;
--color-4: #E9B8A0;
--color-5: #F5E7E0;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4C3D29, #9D604D, #C77C6B, #E9B8A0, #F5E7E0);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4C3D29, #9D604D, #C77C6B, #E9B8A0, #F5E7E0);
}Celestial Coffee Blossom color palette created on .