Withering Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Withering Purple palette

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

Withering Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #5f4b8b;
}
.color-2 {
color: #a86b9b;
}
.color-3 {
color: #e2c2b6;
}
.color-4 {
color: #e9a84e;
}
.color-5 {
color: #d25b28;
}

/* CSS Variables */
:root {
--color-1: #5f4b8b;
--color-2: #a86b9b;
--color-3: #e2c2b6;
--color-4: #e9a84e;
--color-5: #d25b28;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4b8b, #a86b9b, #e2c2b6, #e9a84e, #d25b28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4b8b, #a86b9b, #e2c2b6, #e9a84e, #d25b28);
}

Withering Purple color palette created on .