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