Blue Trust Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Trust palette

Share this palette to:

Blue Trust color palette CSS

/* CSS */
.color-1 {
color: #008ab8;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #65cdaa;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ffa07a;
}

/* CSS Variables */
:root {
--color-1: #008ab8;
--color-2: #00bfff;
--color-3: #65cdaa;
--color-4: #f0e78e;
--color-5: #ffa07a;
}

Blue Trust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #008ab8, #00bfff, #65cdaa, #f0e78e, #ffa07a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #008ab8, #00bfff, #65cdaa, #f0e78e, #ffa07a);
}

Blue Trust color palette created on .