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