Purple Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Sunset palette

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

Purple Sunset カラーパレット (PNG) をダウンロード

Download purple sunset color palette PNG image (landscape)
Download purple sunset color palette PNG image (square)

Purple Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #6a2c90;
}
.color-2 {
color: #bc88fc;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #6a2c90;
--color-2: #bc88fc;
--color-3: #ffb84d;
--color-4: #ff6e61;
--color-5: #ff3c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2c90, #bc88fc, #ffb84d, #ff6e61, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2c90, #bc88fc, #ffb84d, #ff6e61, #ff3c00);
}

Purple Sunset color palette created on .