Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e6a1;
}
.color-2 {
color: #f0b6a3;
}
.color-3 {
color: #f16565;
}
.color-4 {
color: #d8314d;
}
.color-5 {
color: #a93d7f;
}

/* CSS Variables */
:root {
--color-1: #f7e6a1;
--color-2: #f0b6a3;
--color-3: #f16565;
--color-4: #d8314d;
--color-5: #a93d7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6a1, #f0b6a3, #f16565, #d8314d, #a93d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6a1, #f0b6a3, #f16565, #d8314d, #a93d7f);
}

Pink Sunset color palette created on .