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