/* CSS */
.color-1 {
color: #4BA0AF;
}
.color-2 {
color: #F6D55A;
}
.color-3 {
color: #E28C22;
}
.color-4 {
color: #D95F3A;
}
.color-5 {
color: #9E3D3F;
}
/* CSS Variables */
:root {
--color-1: #4BA0AF;
--color-2: #F6D55A;
--color-3: #E28C22;
--color-4: #D95F3A;
--color-5: #9E3D3F;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4BA0AF, #F6D55A, #E28C22, #D95F3A, #9E3D3F);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4BA0AF, #F6D55A, #E28C22, #D95F3A, #9E3D3F);
}
Teal Medicine color palette created on .