Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #a84d90;
}
.color-2 {
color: #f3a5c2;
}
.color-3 {
color: #f9d2a9;
}
.color-4 {
color: #f6d26f;
}
.color-5 {
color: #f05e28;
}

/* CSS Variables */
:root {
--color-1: #a84d90;
--color-2: #f3a5c2;
--color-3: #f9d2a9;
--color-4: #f6d26f;
--color-5: #f05e28;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a84d90, #f3a5c2, #f9d2a9, #f6d26f, #f05e28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a84d90, #f3a5c2, #f9d2a9, #f6d26f, #f05e28);
}

Pink Sunset color palette created on .