/* CSS */
.color-1 {
color: #FF6E61;
}
.color-2 {
color: #FFA142;
}
.color-3 {
color: #FFD60A;
}
.color-4 {
color: #6B5B95;
}
.color-5 {
color: #88D8B0;
}
/* CSS Variables */
:root {
--color-1: #FF6E61;
--color-2: #FFA142;
--color-3: #FFD60A;
--color-4: #6B5B95;
--color-5: #88D8B0;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FF6E61, #FFA142, #FFD60A, #6B5B95, #88D8B0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FF6E61, #FFA142, #FFD60A, #6B5B95, #88D8B0);
}
Ski Beat Vibrance color palette created on .