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