/* CSS */
.color-1 {
color: #2E9997;
}
.color-2 {
color: #2E7D8E;
}
.color-3 {
color: #328584;
}
.color-4 {
color: #3A4482;
}
.color-5 {
color: #446988;
}
/* CSS Variables */
:root {
--color-1: #2E9997;
--color-2: #2E7D8E;
--color-3: #328584;
--color-4: #3A4482;
--color-5: #446988;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2E9997, #2E7D8E, #328584, #3A4482, #446988);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2E9997, #2E7D8E, #328584, #3A4482, #446988);
}
Dark Teal color palette created on .