Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #a65e9a;
}
.color-2 {
color: #d87d9d;
}
.color-3 {
color: #f1b2a2;
}
.color-4 {
color: #f4d66c;
}
.color-5 {
color: #fbbe9d;
}

/* CSS Variables */
:root {
--color-1: #a65e9a;
--color-2: #d87d9d;
--color-3: #f1b2a2;
--color-4: #f4d66c;
--color-5: #fbbe9d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65e9a, #d87d9d, #f1b2a2, #f4d66c, #fbbe9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65e9a, #d87d9d, #f1b2a2, #f4d66c, #fbbe9d);
}

Pink Sunset color palette created on .