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