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