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