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