Blue Minecraft Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Minecraft palette

Share this palette to:

Blue Minecraft color palette CSS

/* CSS */
.color-1 {
color: #4c9ec8;
}
.color-2 {
color: #6cb2e4;
}
.color-3 {
color: #a0d4e9;
}
.color-4 {
color: #f3f9fc;
}
.color-5 {
color: #f9ccb9;
}

/* CSS Variables */
:root {
--color-1: #4c9ec8;
--color-2: #6cb2e4;
--color-3: #a0d4e9;
--color-4: #f3f9fc;
--color-5: #f9ccb9;
}

Blue Minecraft background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c9ec8, #6cb2e4, #a0d4e9, #f3f9fc, #f9ccb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c9ec8, #6cb2e4, #a0d4e9, #f3f9fc, #f9ccb9);
}

Blue Minecraft color palette created on .