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