Purple Gold Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Gold Sunset palette

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

Purple Gold Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #b3808b;
}
.color-3 {
color: #f2b036;
}
.color-4 {
color: #faaa29;
}
.color-5 {
color: #e0af29;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #b3808b;
--color-3: #f2b036;
--color-4: #faaa29;
--color-5: #e0af29;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #b3808b, #f2b036, #faaa29, #e0af29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #b3808b, #f2b036, #faaa29, #e0af29);
}

Purple Gold Sunset color palette created on .