Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #e0a3b0;
}
.color-2 {
color: #f6c6e1;
}
.color-3 {
color: #f3d0af;
}
.color-4 {
color: #f1b950;
}
.color-5 {
color: #f45a34;
}

/* CSS Variables */
:root {
--color-1: #e0a3b0;
--color-2: #f6c6e1;
--color-3: #f3d0af;
--color-4: #f1b950;
--color-5: #f45a34;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a3b0, #f6c6e1, #f3d0af, #f1b950, #f45a34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a3b0, #f6c6e1, #f3d0af, #f1b950, #f45a34);
}

Pink Sunset color palette created on .