Trustworthy Tides Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Trustworthy Tides palette

Share this palette to:

Trustworthy Tides color palette CSS

/* CSS */
.color-1 {
color: #1d4f8b;
}
.color-2 {
color: #6aabf1;
}
.color-3 {
color: #a6dff2;
}
.color-4 {
color: #f3c57c;
}
.color-5 {
color: #f45f5d;
}

/* CSS Variables */
:root {
--color-1: #1d4f8b;
--color-2: #6aabf1;
--color-3: #a6dff2;
--color-4: #f3c57c;
--color-5: #f45f5d;
}

Trustworthy Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8b, #6aabf1, #a6dff2, #f3c57c, #f45f5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8b, #6aabf1, #a6dff2, #f3c57c, #f45f5d);
}

Trustworthy Tides color palette created on .