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