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: #3b3f4e;
}
.color-2 {
color: #4b5c68;
}
.color-3 {
color: #698086;
}
.color-4 {
color: #9cb1c4;
}
.color-5 {
color: #de4c3f;
}

/* CSS Variables */
:root {
--color-1: #3b3f4e;
--color-2: #4b5c68;
--color-3: #698086;
--color-4: #9cb1c4;
--color-5: #de4c3f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3f4e, #4b5c68, #698086, #9cb1c4, #de4c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3f4e, #4b5c68, #698086, #9cb1c4, #de4c3f);
}

Megatron color palette created on .