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