/* CSS */
.color-1 {
color: #B8A26B;
}
.color-2 {
color: #F2E1AB;
}
.color-3 {
color: #D5C5A5;
}
.color-4 {
color: #E0AEC8;
}
.color-5 {
color: #8D6D5E;
}
/* CSS Variables */
:root {
--color-1: #B8A26B;
--color-2: #F2E1AB;
--color-3: #D5C5A5;
--color-4: #E0AEC8;
--color-5: #8D6D5E;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #B8A26B, #F2E1AB, #D5C5A5, #E0AEC8, #8D6D5E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #B8A26B, #F2E1AB, #D5C5A5, #E0AEC8, #8D6D5E);
}
Opulent Reverie color palette created on .