Purple Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Sunset palette

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

Purple Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #5b4091;
}
.color-2 {
color: #a55f97;
}
.color-3 {
color: #d89b69;
}
.color-4 {
color: #f5c18a;
}
.color-5 {
color: #f9e19f;
}

/* CSS Variables */
:root {
--color-1: #5b4091;
--color-2: #a55f97;
--color-3: #d89b69;
--color-4: #f5c18a;
--color-5: #f9e19f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4091, #a55f97, #d89b69, #f5c18a, #f9e19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4091, #a55f97, #d89b69, #f5c18a, #f9e19f);
}

Purple Sunset color palette created on .