Blue Yukio Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Yukio palette

Share this palette to:

Blue Yukio color palette CSS

/* CSS */
.color-1 {
color: #1f3a60;
}
.color-2 {
color: #3e6b8e;
}
.color-3 {
color: #5ea1b0;
}
.color-4 {
color: #a7d7d0;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #1f3a60;
--color-2: #3e6b8e;
--color-3: #5ea1b0;
--color-4: #a7d7d0;
--color-5: #f9c54e;
}

Blue Yukio background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a60, #3e6b8e, #5ea1b0, #a7d7d0, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a60, #3e6b8e, #5ea1b0, #a7d7d0, #f9c54e);
}

Blue Yukio color palette created on .