Megatron カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Megatron palette

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

Megatron カラー パレット PNG 画像

Download megatron color palette PNG image (landscape)
Download megatron color palette PNG image (square)

Megatron カラーパレット CSS

/* CSS */
.color-1 {
color: #4b4f5d;
}
.color-2 {
color: #6a7d8a;
}
.color-3 {
color: #91a4b6;
}
.color-4 {
color: #b3cde0;
}
.color-5 {
color: #f5f8fa;
}

/* CSS Variables */
:root {
--color-1: #4b4f5d;
--color-2: #6a7d8a;
--color-3: #91a4b6;
--color-4: #b3cde0;
--color-5: #f5f8fa;
}

Megatron の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b4f5d, #6a7d8a, #91a4b6, #b3cde0, #f5f8fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b4f5d, #6a7d8a, #91a4b6, #b3cde0, #f5f8fa);
}

Megatron color palette created on .