Elegant Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Pink palette

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

Elegant Pink カラー パレット PNG 画像

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

Elegant Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #e09fc8;
}
.color-2 {
color: #d7708d;
}
.color-3 {
color: #9a4c9e;
}
.color-4 {
color: #6f2c90;
}
.color-5 {
color: #4b3f73;
}

/* CSS Variables */
:root {
--color-1: #e09fc8;
--color-2: #d7708d;
--color-3: #9a4c9e;
--color-4: #6f2c90;
--color-5: #4b3f73;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09fc8, #d7708d, #9a4c9e, #6f2c90, #4b3f73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09fc8, #d7708d, #9a4c9e, #6f2c90, #4b3f73);
}

Elegant Pink color palette created on .