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