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