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: #f7a1a4;
}
.color-3 {
color: #f57f7f;
}
.color-4 {
color: #e5576d;
}
.color-5 {
color: #bd2e4d;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f7a1a4;
--color-3: #f57f7f;
--color-4: #e5576d;
--color-5: #bd2e4d;
}
Shades of Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f7a1a4, #f57f7f, #e5576d, #bd2e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f7a1a4, #f57f7f, #e5576d, #bd2e4d);
}
似たようなカラーパレット
Shades of Pink color palette created on .