Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #3e1f47;
}
.color-2 {
color: #6a4a8c;
}
.color-3 {
color: #b86f91;
}
.color-4 {
color: #f2a65a;
}
.color-5 {
color: #f7d44b;
}

/* CSS Variables */
:root {
--color-1: #3e1f47;
--color-2: #6a4a8c;
--color-3: #b86f91;
--color-4: #f2a65a;
--color-5: #f7d44b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e1f47, #6a4a8c, #b86f91, #f2a65a, #f7d44b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e1f47, #6a4a8c, #b86f91, #f2a65a, #f7d44b);
}

Shades of Purple color palette created on .