/* CSS */
.color-1 {
color: #5EBAD9;
}
.color-2 {
color: #3A858D;
}
.color-3 {
color: #35666E;
}
.color-4 {
color: #425C58;
}
.color-5 {
color: #629D7B;
}
/* CSS Variables */
:root {
--color-1: #5EBAD9;
--color-2: #3A858D;
--color-3: #35666E;
--color-4: #425C58;
--color-5: #629D7B;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5EBAD9, #3A858D, #35666E, #425C58, #629D7B);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5EBAD9, #3A858D, #35666E, #425C58, #629D7B);
}
Teal Sea Creature color palette created on .