Tidal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tidal Serenity palette
Tidal Serenity color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #60b9c3;
}
.color-3 {
color: #3e9cb6;
}
.color-4 {
color: #007a99;
}
.color-5 {
color: #004a4d;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #60b9c3;
--color-3: #3e9cb6;
--color-4: #007a99;
--color-5: #004a4d;
}
Tidal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #60b9c3, #3e9cb6, #007a99, #004a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #60b9c3, #3e9cb6, #007a99, #004a4d);
}
Similar color palettes
Tidal Serenity color palette created on .