Purple Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Sunset palette

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

Purple Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #d4a4df;
}
.color-2 {
color: #a66dba;
}
.color-3 {
color: #b86b8e;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #f37c1b;
}

/* CSS Variables */
:root {
--color-1: #d4a4df;
--color-2: #a66dba;
--color-3: #b86b8e;
--color-4: #f0a800;
--color-5: #f37c1b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a4df, #a66dba, #b86b8e, #f0a800, #f37c1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a4df, #a66dba, #b86b8e, #f0a800, #f37c1b);
}

Purple Sunset color palette created on .