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