Blue Minecraft カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Minecraft palette

このパレットを共有する先:

Blue Minecraft カラーパレット 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 の背景のグラデーション 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 .