Light Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Pink Shades palette

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

Light Pink Shades カラー パレット PNG 画像

Download light pink shades color palette PNG image (landscape)
Download light pink shades color palette PNG image (square)

Light Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffebf0;
}
.color-3 {
color: #f0d1d6;
}
.color-4 {
color: #e0aed1;
}
.color-5 {
color: #f6ccff;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffebf0;
--color-3: #f0d1d6;
--color-4: #e0aed1;
--color-5: #f6ccff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffebf0, #f0d1d6, #e0aed1, #f6ccff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffebf0, #f0d1d6, #e0aed1, #f6ccff);
}

Light Pink Shades color palette created on .