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