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