Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット (PNG) をダウンロード

Download pink sunset color palette PNG image (landscape)
Download pink sunset color palette PNG image (square)

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f2d2a1;
}
.color-2 {
color: #f7c6b6;
}
.color-3 {
color: #f5a8c3;
}
.color-4 {
color: #f2cae5;
}
.color-5 {
color: #e0b7f1;
}

/* CSS Variables */
:root {
--color-1: #f2d2a1;
--color-2: #f7c6b6;
--color-3: #f5a8c3;
--color-4: #f2cae5;
--color-5: #e0b7f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d2a1, #f7c6b6, #f5a8c3, #f2cae5, #e0b7f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d2a1, #f7c6b6, #f5a8c3, #f2cae5, #e0b7f1);
}

Pink Sunset color palette created on .