Serene Tides Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Tides palette
Serene Tides color palette CSS
/* CSS */
.color-1 {
color: #2a7c92;
}
.color-2 {
color: #4eb7b1;
}
.color-3 {
color: #78e8c8;
}
.color-4 {
color: #a2f1d7;
}
.color-5 {
color: #e5fae0;
}
/* CSS Variables */
:root {
--color-1: #2a7c92;
--color-2: #4eb7b1;
--color-3: #78e8c8;
--color-4: #a2f1d7;
--color-5: #e5fae0;
}
Serene Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a7c92, #4eb7b1, #78e8c8, #a2f1d7, #e5fae0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a7c92, #4eb7b1, #78e8c8, #a2f1d7, #e5fae0);
}
Similar color palettes
Scroll down to explore 90 Aesthetic color palettes
Serene Tides color palette created on .