/* CSS */
.color-1 {
color: #D6006F;
}
.color-2 {
color: #A400B3;
}
.color-3 {
color: #4A4E68;
}
.color-4 {
color: #6EBF85;
}
.color-5 {
color: #EAF6F6;
}
/* CSS Variables */
:root {
--color-1: #D6006F;
--color-2: #A400B3;
--color-3: #4A4E68;
--color-4: #6EBF85;
--color-5: #EAF6F6;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D6006F, #A400B3, #4A4E68, #6EBF85, #EAF6F6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D6006F, #A400B3, #4A4E68, #6EBF85, #EAF6F6);
}
Tropical Eclipse color palette created on .