Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #a46a94;
}
.color-2 {
color: #eba999;
}
.color-3 {
color: #f9d3be;
}
.color-4 {
color: #f6ec9d;
}
.color-5 {
color: #c1dcd5;
}

/* CSS Variables */
:root {
--color-1: #a46a94;
--color-2: #eba999;
--color-3: #f9d3be;
--color-4: #f6ec9d;
--color-5: #c1dcd5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a46a94, #eba999, #f9d3be, #f6ec9d, #c1dcd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a46a94, #eba999, #f9d3be, #f6ec9d, #c1dcd5);
}

Shades of Purple color palette created on .