Purple Weirdcore カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Weirdcore palette

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

Purple Weirdcore カラーパレット CSS

/* CSS */
.color-1 {
color: #5d508b;
}
.color-2 {
color: #7a6f9b;
}
.color-3 {
color: #b3a2c8;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #5d508b;
--color-2: #7a6f9b;
--color-3: #b3a2c8;
--color-4: #f1c84b;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d508b, #7a6f9b, #b3a2c8, #f1c84b, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d508b, #7a6f9b, #b3a2c8, #f1c84b, #e74d3c);
}

Purple Weirdcore color palette created on .