Pink Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Shades palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Pink Shades カラーパレット (PNG) をダウンロード
Pink Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #ff709b;
}
.color-2 {
color: #ffb3d9;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f2a1c4;
}
.color-5 {
color: #ff3d8e;
}
/* CSS Variables */
:root {
--color-1: #ff709b;
--color-2: #ffb3d9;
--color-3: #ffffff;
--color-4: #f2a1c4;
--color-5: #ff3d8e;
}
Pink Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff709b, #ffb3d9, #ffffff, #f2a1c4, #ff3d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff709b, #ffb3d9, #ffffff, #f2a1c4, #ff3d8e);
}
似たようなカラーパレット
Pink Shades color palette created on .