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