Blue Elliot Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Elliot palette

Share this palette to:

Blue Elliot color palette CSS

/* CSS */
.color-1 {
color: #389ad6;
}
.color-2 {
color: #4eb1f4;
}
.color-3 {
color: #8bd8e9;
}
.color-4 {
color: #f3e28c;
}
.color-5 {
color: #f7a8a1;
}

/* CSS Variables */
:root {
--color-1: #389ad6;
--color-2: #4eb1f4;
--color-3: #8bd8e9;
--color-4: #f3e28c;
--color-5: #f7a8a1;
}

Blue Elliot background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #389ad6, #4eb1f4, #8bd8e9, #f3e28c, #f7a8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #389ad6, #4eb1f4, #8bd8e9, #f3e28c, #f7a8a1);
}

Blue Elliot color palette created on .