Shades of Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Purple palette

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

Shades of Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e1a3;
}
.color-2 {
color: #d1b299;
}
.color-3 {
color: #d78d6a;
}
.color-4 {
color: #b86b9a;
}
.color-5 {
color: #6f2c90;
}

/* CSS Variables */
:root {
--color-1: #f0e1a3;
--color-2: #d1b299;
--color-3: #d78d6a;
--color-4: #b86b9a;
--color-5: #6f2c90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e1a3, #d1b299, #d78d6a, #b86b9a, #6f2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e1a3, #d1b299, #d78d6a, #b86b9a, #6f2c90);
}

Shades of Purple color palette created on .