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