Pink Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Shades palette
Pink Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #fbe4e7;
}
.color-2 {
color: #f7c0d0;
}
.color-3 {
color: #f4b4ca;
}
.color-4 {
color: #f2a1af;
}
.color-5 {
color: #f08aa1;
}
/* CSS Variables */
:root {
--color-1: #fbe4e7;
--color-2: #f7c0d0;
--color-3: #f4b4ca;
--color-4: #f2a1af;
--color-5: #f08aa1;
}
Pink Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe4e7, #f7c0d0, #f4b4ca, #f2a1af, #f08aa1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe4e7, #f7c0d0, #f4b4ca, #f2a1af, #f08aa1);
}
似たようなカラーパレット
Pink Shades color palette created on .