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