Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f2e6c0;
}
.color-2 {
color: #f9d29f;
}
.color-3 {
color: #f9b69f;
}
.color-4 {
color: #f59ebc;
}
.color-5 {
color: #f17e9f;
}

/* CSS Variables */
:root {
--color-1: #f2e6c0;
--color-2: #f9d29f;
--color-3: #f9b69f;
--color-4: #f59ebc;
--color-5: #f17e9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e6c0, #f9d29f, #f9b69f, #f59ebc, #f17e9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e6c0, #f9d29f, #f9b69f, #f59ebc, #f17e9f);
}

Pink Sunset color palette created on .