Trustworthy Tides Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Trustworthy Tides palette
Trustworthy Tides color palette CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3a6a8d;
}
.color-3 {
color: #509bc3;
}
.color-4 {
color: #72d5e9;
}
.color-5 {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3a6a8d;
--color-3: #509bc3;
--color-4: #72d5e9;
--color-5: #f4cf3e;
}
Trustworthy Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3a6a8d, #509bc3, #72d5e9, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3a6a8d, #509bc3, #72d5e9, #f4cf3e);
}
Similar color palettes
Trustworthy Tides color palette created on .