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