/* CSS */
.color-1 {
color: #A43F2D;
}
.color-2 {
color: #FF9D00;
}
.color-3 {
color: #FFD900;
}
.color-4 {
color: #1F1F4C;
}
.color-5 {
color: #7DC8E3;
}
/* CSS Variables */
:root {
--color-1: #A43F2D;
--color-2: #FF9D00;
--color-3: #FFD900;
--color-4: #1F1F4C;
--color-5: #7DC8E3;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #A43F2D, #FF9D00, #FFD900, #1F1F4C, #7DC8E3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #A43F2D, #FF9D00, #FFD900, #1F1F4C, #7DC8E3);
}
Mysteries Of The Urban Night color palette created on .