/* CSS */
.color-1 {
color: #FF478E;
}
.color-2 {
color: #C43673;
}
.color-3 {
color: #7D2F93;
}
.color-4 {
color: #3E3C77;
}
.color-5 {
color: #302C68;
}
/* CSS Variables */
:root {
--color-1: #FF478E;
--color-2: #C43673;
--color-3: #7D2F93;
--color-4: #3E3C77;
--color-5: #302C68;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FF478E, #C43673, #7D2F93, #3E3C77, #302C68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FF478E, #C43673, #7D2F93, #3E3C77, #302C68);
}
Cyberpunk Dreams color palette created on .