/* CSS */
.color-1 {
color: #D8B3A0;
}
.color-2 {
color: #D4C0B3;
}
.color-3 {
color: #BFA6A0;
}
.color-4 {
color: #A28B7A;
}
.color-5 {
color: #D9C6C1;
}
/* CSS Variables */
:root {
--color-1: #D8B3A0;
--color-2: #D4C0B3;
--color-3: #BFA6A0;
--color-4: #A28B7A;
--color-5: #D9C6C1;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D8B3A0, #D4C0B3, #BFA6A0, #A28B7A, #D9C6C1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D8B3A0, #D4C0B3, #BFA6A0, #A28B7A, #D9C6C1);
}
Setting Plaster Palette color palette created on .