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