Whispering Tides Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Tides palette
Whispering Tides color palette CSS
/* CSS */
.color-1 {
color: #a2e2e6;
}
.color-2 {
color: #77d8da;
}
.color-3 {
color: #4bb7b9;
}
.color-4 {
color: #2a9b9d;
}
.color-5 {
color: #207c7e;
}
/* CSS Variables */
:root {
--color-1: #a2e2e6;
--color-2: #77d8da;
--color-3: #4bb7b9;
--color-4: #2a9b9d;
--color-5: #207c7e;
}
Whispering Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2e2e6, #77d8da, #4bb7b9, #2a9b9d, #207c7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2e2e6, #77d8da, #4bb7b9, #2a9b9d, #207c7e);
}
Similar color palettes
Whispering Tides color palette created on .