/* CSS */
.color-1 {
color: #4C908B;
}
.color-2 {
color: #EFBA0B;
}
.color-3 {
color: #E13E33;
}
.color-4 {
color: #E7A2A2;
}
.color-5 {
color: #2A2C41;
}
/* CSS Variables */
:root {
--color-1: #4C908B;
--color-2: #EFBA0B;
--color-3: #E13E33;
--color-4: #E7A2A2;
--color-5: #2A2C41;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4C908B, #EFBA0B, #E13E33, #E7A2A2, #2A2C41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4C908B, #EFBA0B, #E13E33, #E7A2A2, #2A2C41);
}
Circuit Of Colors color palette created on .