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