Blue Yoriichi Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Yoriichi palette

Share this palette to:

Blue Yoriichi color palette CSS

/* CSS */
.color-1 {
color: #3e4c6f;
}
.color-2 {
color: #5b7f9f;
}
.color-3 {
color: #8db4c8;
}
.color-4 {
color: #f3d2b4;
}
.color-5 {
color: #f28c8c;
}

/* CSS Variables */
:root {
--color-1: #3e4c6f;
--color-2: #5b7f9f;
--color-3: #8db4c8;
--color-4: #f3d2b4;
--color-5: #f28c8c;
}

Blue Yoriichi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e4c6f, #5b7f9f, #8db4c8, #f3d2b4, #f28c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e4c6f, #5b7f9f, #8db4c8, #f3d2b4, #f28c8c);
}

Blue Yoriichi color palette created on .