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