Pink Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Shades palette
Pink Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #f3b4c0;
}
.color-2 {
color: #f7d4ab;
}
.color-3 {
color: #f9e29f;
}
.color-4 {
color: #fdf6bf;
}
.color-5 {
color: #c0f7c0;
}
/* CSS Variables */
:root {
--color-1: #f3b4c0;
--color-2: #f7d4ab;
--color-3: #f9e29f;
--color-4: #fdf6bf;
--color-5: #c0f7c0;
}
Pink Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b4c0, #f7d4ab, #f9e29f, #fdf6bf, #c0f7c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b4c0, #f7d4ab, #f9e29f, #fdf6bf, #c0f7c0);
}
似たようなカラーパレット
下にスクロールして400+個のエステティックカラーパレットを探索しましょう
Pink Shades color palette created on .