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