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