/* CSS */
.color-1 {
color: #D1C1E6;
}
.color-2 {
color: #C7A3E0;
}
.color-3 {
color: #A58BDA;
}
.color-4 {
color: #A36FD8;
}
.color-5 {
color: #6D3BD8;
}
/* CSS Variables */
:root {
--color-1: #D1C1E6;
--color-2: #C7A3E0;
--color-3: #A58BDA;
--color-4: #A36FD8;
--color-5: #6D3BD8;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D1C1E6, #C7A3E0, #A58BDA, #A36FD8, #6D3BD8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D1C1E6, #C7A3E0, #A58BDA, #A36FD8, #6D3BD8);
}
Purple Prelude color palette created on .