Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ffb87a;
}
.color-4 {
color: #ffdc6b;
}
.color-5 {
color: #f6e48e;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff998a;
--color-3: #ffb87a;
--color-4: #ffdc6b;
--color-5: #f6e48e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff998a, #ffb87a, #ffdc6b, #f6e48e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff998a, #ffb87a, #ffdc6b, #f6e48e);
}

Pink Sunset color palette created on .