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