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