Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f4b8c4;
}
.color-2 {
color: #f2a1b5;
}
.color-3 {
color: #e58f9b;
}
.color-4 {
color: #d87490;
}
.color-5 {
color: #c0597d;
}

/* CSS Variables */
:root {
--color-1: #f4b8c4;
--color-2: #f2a1b5;
--color-3: #e58f9b;
--color-4: #d87490;
--color-5: #c0597d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8c4, #f2a1b5, #e58f9b, #d87490, #c0597d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8c4, #f2a1b5, #e58f9b, #d87490, #c0597d);
}

Pink Shades color palette created on .