Shades of Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Pink palette
Shades of Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #ffe0e5;
}
.color-2 {
color: #ffc2ce;
}
.color-3 {
color: #ffb3c7;
}
.color-4 {
color: #ffa3b9;
}
.color-5 {
color: #ff9ead;
}
/* CSS Variables */
:root {
--color-1: #ffe0e5;
--color-2: #ffc2ce;
--color-3: #ffb3c7;
--color-4: #ffa3b9;
--color-5: #ff9ead;
}
Shades of Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe0e5, #ffc2ce, #ffb3c7, #ffa3b9, #ff9ead);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe0e5, #ffc2ce, #ffb3c7, #ffa3b9, #ff9ead);
}
似たようなカラーパレット
下にスクロールして400+個のピンクカラーパレットを探索しましょう
Shades of Pink color palette created on .