Purple Devourer カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Devourer palette

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

Purple Devourer カラーパレット CSS

/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #8f5b9f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #f6f7d9;
}

/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #8f5b9f;
--color-3: #ff6e61;
--color-4: #ffb84d;
--color-5: #f6f7d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #8f5b9f, #ff6e61, #ffb84d, #f6f7d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #8f5b9f, #ff6e61, #ffb84d, #f6f7d9);
}

Purple Devourer color palette created on .