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