/* CSS */
.color-1 {
color: #B76C8A;
}
.color-2 {
color: #C69A9C;
}
.color-3 {
color: #D5C2B3;
}
.color-4 {
color: #E5B88B;
}
.color-5 {
color: #F0B356;
}
/* CSS Variables */
:root {
--color-1: #B76C8A;
--color-2: #C69A9C;
--color-3: #D5C2B3;
--color-4: #E5B88B;
--color-5: #F0B356;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #B76C8A, #C69A9C, #D5C2B3, #E5B88B, #F0B356);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #B76C8A, #C69A9C, #D5C2B3, #E5B88B, #F0B356);
}Rosewood Hues color palette created on .