Ancient Tides Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ancient Tides palette
Ancient Tides color palette CSS
/* CSS */
.color-1 {
color: #3a5c82;
}
.color-2 {
color: #5b8b9a;
}
.color-3 {
color: #85c1b4;
}
.color-4 {
color: #d5e1a3;
}
.color-5 {
color: #f9c780;
}
/* CSS Variables */
:root {
--color-1: #3a5c82;
--color-2: #5b8b9a;
--color-3: #85c1b4;
--color-4: #d5e1a3;
--color-5: #f9c780;
}
Ancient Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5c82, #5b8b9a, #85c1b4, #d5e1a3, #f9c780);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5c82, #5b8b9a, #85c1b4, #d5e1a3, #f9c780);
}
Similar color palettes
Ancient Tides color palette created on .