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