/* CSS */
.color-1 {
color: #CC95EE;
}
.color-2 {
color: #C487ED;
}
.color-3 {
color: #C079E6;
}
.color-4 {
color: #9877E4;
}
.color-5 {
color: #A85DDA;
}
/* CSS Variables */
:root {
--color-1: #CC95EE;
--color-2: #C487ED;
--color-3: #C079E6;
--color-4: #9877E4;
--color-5: #A85DDA;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #CC95EE, #C487ED, #C079E6, #9877E4, #A85DDA);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #CC95EE, #C487ED, #C079E6, #9877E4, #A85DDA);
}
Whimsical Wings color palette created on .