Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #a76c9f;
}
.color-2 {
color: #f1b7d0;
}
.color-3 {
color: #f2d05f;
}
.color-4 {
color: #f8a94f;
}
.color-5 {
color: #e85d3b;
}

/* CSS Variables */
:root {
--color-1: #a76c9f;
--color-2: #f1b7d0;
--color-3: #f2d05f;
--color-4: #f8a94f;
--color-5: #e85d3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76c9f, #f1b7d0, #f2d05f, #f8a94f, #e85d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76c9f, #f1b7d0, #f2d05f, #f8a94f, #e85d3b);
}

Pink Sunset color palette created on .