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