Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d6a7;
}
.color-2 {
color: #ef9a6c;
}
.color-3 {
color: #e77b6a;
}
.color-4 {
color: #c85b8e;
}
.color-5 {
color: #9c4995;
}

/* CSS Variables */
:root {
--color-1: #f6d6a7;
--color-2: #ef9a6c;
--color-3: #e77b6a;
--color-4: #c85b8e;
--color-5: #9c4995;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d6a7, #ef9a6c, #e77b6a, #c85b8e, #9c4995);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d6a7, #ef9a6c, #e77b6a, #c85b8e, #9c4995);
}

Pink Sunset color palette created on .