Purple Rarity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Rarity palette

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

Purple Rarity カラーパレット CSS

/* CSS */
.color-1 {
color: #e6a8d4;
}
.color-2 {
color: #d3a8e1;
}
.color-3 {
color: #a3c3e0;
}
.color-4 {
color: #76d6a6;
}
.color-5 {
color: #f2d78c;
}

/* CSS Variables */
:root {
--color-1: #e6a8d4;
--color-2: #d3a8e1;
--color-3: #a3c3e0;
--color-4: #76d6a6;
--color-5: #f2d78c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a8d4, #d3a8e1, #a3c3e0, #76d6a6, #f2d78c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a8d4, #d3a8e1, #a3c3e0, #76d6a6, #f2d78c);
}

Purple Rarity color palette created on .