Aqua Tides Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aqua Tides palette
Aqua Tides color palette CSS
/* CSS */
.color-1 {
color: #a8e1d7;
}
.color-2 {
color: #5ed8e4;
}
.color-3 {
color: #3dabd6;
}
.color-4 {
color: #007e94;
}
.color-5 {
color: #004852;
}
/* CSS Variables */
:root {
--color-1: #a8e1d7;
--color-2: #5ed8e4;
--color-3: #3dabd6;
--color-4: #007e94;
--color-5: #004852;
}
Aqua Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1d7, #5ed8e4, #3dabd6, #007e94, #004852);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1d7, #5ed8e4, #3dabd6, #007e94, #004852);
}
Similar color palettes
Aqua Tides color palette created on .