Azure Tides Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Tides palette
Azure Tides color palette CSS
/* CSS */
.color-1 {
color: #1f3b6f;
}
.color-2 {
color: #3c649f;
}
.color-3 {
color: #6089c3;
}
.color-4 {
color: #82b2e3;
}
.color-5 {
color: #a3d4f0;
}
/* CSS Variables */
:root {
--color-1: #1f3b6f;
--color-2: #3c649f;
--color-3: #6089c3;
--color-4: #82b2e3;
--color-5: #a3d4f0;
}
Azure Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3b6f, #3c649f, #6089c3, #82b2e3, #a3d4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3b6f, #3c649f, #6089c3, #82b2e3, #a3d4f0);
}
Similar color palettes
Azure Tides color palette created on .