Blue Irokios Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Irokios palette

Share this palette to:

Blue Irokios color palette CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3c7b9a;
}
.color-3 {
color: #5db6b2;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3c7b9a;
--color-3: #5db6b2;
--color-4: #a3d55d;
--color-5: #f4a462;
}

Blue Irokios background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3c7b9a, #5db6b2, #a3d55d, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3c7b9a, #5db6b2, #a3d55d, #f4a462);
}

Blue Irokios color palette created on .