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