Loading...

Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

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

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #fabdcc;
}
.color-2 {
color: #f5a8c1;
}
.color-3 {
color: #f07f9d;
}
.color-4 {
color: #e85e7e;
}
.color-5 {
color: #d94a69;
}

/* CSS Variables */
:root {
--color-1: #fabdcc;
--color-2: #f5a8c1;
--color-3: #f07f9d;
--color-4: #e85e7e;
--color-5: #d94a69;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fabdcc, #f5a8c1, #f07f9d, #e85e7e, #d94a69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fabdcc, #f5a8c1, #f07f9d, #e85e7e, #d94a69);
}

Pink Shades color palette created on .