/* CSS */
.color-1 {
color: #00919E;
}
.color-2 {
color: #00B3AA;
}
.color-3 {
color: #00D1B2;
}
.color-4 {
color: #00E0C6;
}
.color-5 {
color: #A6F7E0;
}
/* CSS Variables */
:root {
--color-1: #00919E;
--color-2: #00B3AA;
--color-3: #00D1B2;
--color-4: #00E0C6;
--color-5: #A6F7E0;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00919E, #00B3AA, #00D1B2, #00E0C6, #A6F7E0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00919E, #00B3AA, #00D1B2, #00E0C6, #A6F7E0);
}
Teal Calypso color palette created on .