/* CSS */
.color-1 {
color: #9BD9D2;
}
.color-2 {
color: #7DC2C5;
}
.color-3 {
color: #5BA9A1;
}
.color-4 {
color: #3B8B8C;
}
.color-5 {
color: #2B6C6E;
}
/* CSS Variables */
:root {
--color-1: #9BD9D2;
--color-2: #7DC2C5;
--color-3: #5BA9A1;
--color-4: #3B8B8C;
--color-5: #2B6C6E;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9BD9D2, #7DC2C5, #5BA9A1, #3B8B8C, #2B6C6E);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9BD9D2, #7DC2C5, #5BA9A1, #3B8B8C, #2B6C6E);
}Tidal Tranquility color palette created on .