Megatron カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Megatron palette
Megatron カラー パレット PNG 画像
Megatron カラーパレット CSS
/* CSS */
.color-1 {
color: #4c4f52;
}
.color-2 {
color: #7b8f9d;
}
.color-3 {
color: #b0c4d8;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e63746;
}
/* CSS Variables */
:root {
--color-1: #4c4f52;
--color-2: #7b8f9d;
--color-3: #b0c4d8;
--color-4: #f4a462;
--color-5: #e63746;
}
Megatron の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c4f52, #7b8f9d, #b0c4d8, #f4a462, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c4f52, #7b8f9d, #b0c4d8, #f4a462, #e63746);
}
似たようなカラーパレット
Megatron color palette created on .