Purple Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Sunset palette

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

Purple Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #6a2c90;
}
.color-2 {
color: #a45db6;
}
.color-3 {
color: #d6a2e2;
}
.color-4 {
color: #f3e4aa;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #6a2c90;
--color-2: #a45db6;
--color-3: #d6a2e2;
--color-4: #f3e4aa;
--color-5: #f9c54e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2c90, #a45db6, #d6a2e2, #f3e4aa, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2c90, #a45db6, #d6a2e2, #f3e4aa, #f9c54e);
}

Purple Sunset color palette created on .