/* CSS */
.color-1 {
color: #EEB477;
}
.color-2 {
color: #E5866C;
}
.color-3 {
color: #DD4664;
}
.color-4 {
color: #C81976;
}
.color-5 {
color: #6E10CB;
}
/* CSS Variables */
:root {
--color-1: #EEB477;
--color-2: #E5866C;
--color-3: #DD4664;
--color-4: #C81976;
--color-5: #6E10CB;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #EEB477, #E5866C, #DD4664, #C81976, #6E10CB);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #EEB477, #E5866C, #DD4664, #C81976, #6E10CB);
}
Cinematic Shadows color palette created on .