Weird Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Weird Purple palette

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

Weird Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #6b508b;
}
.color-2 {
color: #a77b9d;
}
.color-3 {
color: #e7b99c;
}
.color-4 {
color: #ffbd42;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6b508b;
--color-2: #a77b9d;
--color-3: #e7b99c;
--color-4: #ffbd42;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b508b, #a77b9d, #e7b99c, #ffbd42, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b508b, #a77b9d, #e7b99c, #ffbd42, #ff6e61);
}

Weird Purple color palette created on .