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