Purple Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Sunset palette

このパレットを共有する先:

Purple Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #4e2c3f;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #b77dba;
}
.color-4 {
color: #f2b450;
}
.color-5 {
color: #f14f1e;
}

/* CSS Variables */
:root {
--color-1: #4e2c3f;
--color-2: #6a4c94;
--color-3: #b77dba;
--color-4: #f2b450;
--color-5: #f14f1e;
}

Purple Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e2c3f, #6a4c94, #b77dba, #f2b450, #f14f1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e2c3f, #6a4c94, #b77dba, #f2b450, #f14f1e);
}

Purple Sunset color palette created on .