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