Purple Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Sunset palette

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

Purple Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #4c4c7b;
}
.color-2 {
color: #b3a4d6;
}
.color-3 {
color: #f5d5b2;
}
.color-4 {
color: #ffab6b;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #4c4c7b;
--color-2: #b3a4d6;
--color-3: #f5d5b2;
--color-4: #ffab6b;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c4c7b, #b3a4d6, #f5d5b2, #ffab6b, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c4c7b, #b3a4d6, #f5d5b2, #ffab6b, #ff6e61);
}

Purple Sunset color palette created on .